Different ways of counting the same combination

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0;







up vote
2
down vote

favorite
1












What’s wrong with this reasoning:



How many different ways to pick a team of 3 from 4 people? $4 choose 3$



Alternative way of counting is to choose a team of 2 from the 4 first ($4 choose 2$ ways), and then choose a third person (2 people remaining so 2 ways). Then, since order doesn’t matter (i.e., we could have chosen the single person first, and then the team of two) so divide by $2!$. But $4 choose 2 times frac22! neq 4 choose 3$.










share|cite|improve this question









New contributor




Basil Beirouti is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

























    up vote
    2
    down vote

    favorite
    1












    What’s wrong with this reasoning:



    How many different ways to pick a team of 3 from 4 people? $4 choose 3$



    Alternative way of counting is to choose a team of 2 from the 4 first ($4 choose 2$ ways), and then choose a third person (2 people remaining so 2 ways). Then, since order doesn’t matter (i.e., we could have chosen the single person first, and then the team of two) so divide by $2!$. But $4 choose 2 times frac22! neq 4 choose 3$.










    share|cite|improve this question









    New contributor




    Basil Beirouti is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.





















      up vote
      2
      down vote

      favorite
      1









      up vote
      2
      down vote

      favorite
      1






      1





      What’s wrong with this reasoning:



      How many different ways to pick a team of 3 from 4 people? $4 choose 3$



      Alternative way of counting is to choose a team of 2 from the 4 first ($4 choose 2$ ways), and then choose a third person (2 people remaining so 2 ways). Then, since order doesn’t matter (i.e., we could have chosen the single person first, and then the team of two) so divide by $2!$. But $4 choose 2 times frac22! neq 4 choose 3$.










      share|cite|improve this question









      New contributor




      Basil Beirouti is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      What’s wrong with this reasoning:



      How many different ways to pick a team of 3 from 4 people? $4 choose 3$



      Alternative way of counting is to choose a team of 2 from the 4 first ($4 choose 2$ ways), and then choose a third person (2 people remaining so 2 ways). Then, since order doesn’t matter (i.e., we could have chosen the single person first, and then the team of two) so divide by $2!$. But $4 choose 2 times frac22! neq 4 choose 3$.







      combinatorics






      share|cite|improve this question









      New contributor




      Basil Beirouti is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|cite|improve this question









      New contributor




      Basil Beirouti is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|cite|improve this question




      share|cite|improve this question








      edited 4 mins ago









      Ben

      15.4k12181




      15.4k12181






      New contributor




      Basil Beirouti is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 3 hours ago









      Basil Beirouti

      111




      111




      New contributor




      Basil Beirouti is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Basil Beirouti is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Basil Beirouti is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          2
          down vote













          It's ok to think about choosing 2 people first, then a third person. But, care must be taken to avoid double counting. For example, suppose we have people $A, B, C, D$. We pick $A$ and $B$ as the initial team of two, leaving $C$ and $D$ as the remaining choices. This gives possibilities: $A, B, C$ and $A, B, D$ for our 3-person team. But, note that each of these teams could also have resulted from a different pick of the initial two person team. For example, $A,B,C$ would also be produced by picking $A$ and $C$ followed by $B$, or $B$ and $C$ followed by $A$.



          In general, suppose we have $n$ people and want to pick a $k$ person team. We do this by first picking $c < k$ people. There are $binomnc$ to do this. This leaves $n-c$ people, from which we must pick $k-c$ people to complete the team. There are $binomn-ck-c$ ways to do this. Multiplying these numbers, we have $binomnc binomn-ck-c$ possibilities. But, as above, many of these possibilities will be identical, and we must avoid counting them multiple times. The number of times a given set of $k$ people appear in our list of possible teams is $binomkc$, because this is the number of ways that those particular people could have been picked according to our procedure (i.e. by first picking $c$ of them). So, we divide by this number to obtain the number of unique possible teams:



          $$fracbinomnc binomn-ck-cbinomkc$$



          Writing out the expression shows that it's equivalent to $binomnk$.






          share|cite|improve this answer




















            Your Answer




            StackExchange.ifUsing("editor", function ()
            return StackExchange.using("mathjaxEditing", function ()
            StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
            StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
            );
            );
            , "mathjax-editing");

            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "65"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            convertImagesToLinks: false,
            noModals: false,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );






            Basil Beirouti is a new contributor. Be nice, and check out our Code of Conduct.









             

            draft saved


            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstats.stackexchange.com%2fquestions%2f370519%2fdifferent-ways-of-counting-the-same-combination%23new-answer', 'question_page');

            );

            Post as a guest






























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            2
            down vote













            It's ok to think about choosing 2 people first, then a third person. But, care must be taken to avoid double counting. For example, suppose we have people $A, B, C, D$. We pick $A$ and $B$ as the initial team of two, leaving $C$ and $D$ as the remaining choices. This gives possibilities: $A, B, C$ and $A, B, D$ for our 3-person team. But, note that each of these teams could also have resulted from a different pick of the initial two person team. For example, $A,B,C$ would also be produced by picking $A$ and $C$ followed by $B$, or $B$ and $C$ followed by $A$.



            In general, suppose we have $n$ people and want to pick a $k$ person team. We do this by first picking $c < k$ people. There are $binomnc$ to do this. This leaves $n-c$ people, from which we must pick $k-c$ people to complete the team. There are $binomn-ck-c$ ways to do this. Multiplying these numbers, we have $binomnc binomn-ck-c$ possibilities. But, as above, many of these possibilities will be identical, and we must avoid counting them multiple times. The number of times a given set of $k$ people appear in our list of possible teams is $binomkc$, because this is the number of ways that those particular people could have been picked according to our procedure (i.e. by first picking $c$ of them). So, we divide by this number to obtain the number of unique possible teams:



            $$fracbinomnc binomn-ck-cbinomkc$$



            Writing out the expression shows that it's equivalent to $binomnk$.






            share|cite|improve this answer
























              up vote
              2
              down vote













              It's ok to think about choosing 2 people first, then a third person. But, care must be taken to avoid double counting. For example, suppose we have people $A, B, C, D$. We pick $A$ and $B$ as the initial team of two, leaving $C$ and $D$ as the remaining choices. This gives possibilities: $A, B, C$ and $A, B, D$ for our 3-person team. But, note that each of these teams could also have resulted from a different pick of the initial two person team. For example, $A,B,C$ would also be produced by picking $A$ and $C$ followed by $B$, or $B$ and $C$ followed by $A$.



              In general, suppose we have $n$ people and want to pick a $k$ person team. We do this by first picking $c < k$ people. There are $binomnc$ to do this. This leaves $n-c$ people, from which we must pick $k-c$ people to complete the team. There are $binomn-ck-c$ ways to do this. Multiplying these numbers, we have $binomnc binomn-ck-c$ possibilities. But, as above, many of these possibilities will be identical, and we must avoid counting them multiple times. The number of times a given set of $k$ people appear in our list of possible teams is $binomkc$, because this is the number of ways that those particular people could have been picked according to our procedure (i.e. by first picking $c$ of them). So, we divide by this number to obtain the number of unique possible teams:



              $$fracbinomnc binomn-ck-cbinomkc$$



              Writing out the expression shows that it's equivalent to $binomnk$.






              share|cite|improve this answer






















                up vote
                2
                down vote










                up vote
                2
                down vote









                It's ok to think about choosing 2 people first, then a third person. But, care must be taken to avoid double counting. For example, suppose we have people $A, B, C, D$. We pick $A$ and $B$ as the initial team of two, leaving $C$ and $D$ as the remaining choices. This gives possibilities: $A, B, C$ and $A, B, D$ for our 3-person team. But, note that each of these teams could also have resulted from a different pick of the initial two person team. For example, $A,B,C$ would also be produced by picking $A$ and $C$ followed by $B$, or $B$ and $C$ followed by $A$.



                In general, suppose we have $n$ people and want to pick a $k$ person team. We do this by first picking $c < k$ people. There are $binomnc$ to do this. This leaves $n-c$ people, from which we must pick $k-c$ people to complete the team. There are $binomn-ck-c$ ways to do this. Multiplying these numbers, we have $binomnc binomn-ck-c$ possibilities. But, as above, many of these possibilities will be identical, and we must avoid counting them multiple times. The number of times a given set of $k$ people appear in our list of possible teams is $binomkc$, because this is the number of ways that those particular people could have been picked according to our procedure (i.e. by first picking $c$ of them). So, we divide by this number to obtain the number of unique possible teams:



                $$fracbinomnc binomn-ck-cbinomkc$$



                Writing out the expression shows that it's equivalent to $binomnk$.






                share|cite|improve this answer












                It's ok to think about choosing 2 people first, then a third person. But, care must be taken to avoid double counting. For example, suppose we have people $A, B, C, D$. We pick $A$ and $B$ as the initial team of two, leaving $C$ and $D$ as the remaining choices. This gives possibilities: $A, B, C$ and $A, B, D$ for our 3-person team. But, note that each of these teams could also have resulted from a different pick of the initial two person team. For example, $A,B,C$ would also be produced by picking $A$ and $C$ followed by $B$, or $B$ and $C$ followed by $A$.



                In general, suppose we have $n$ people and want to pick a $k$ person team. We do this by first picking $c < k$ people. There are $binomnc$ to do this. This leaves $n-c$ people, from which we must pick $k-c$ people to complete the team. There are $binomn-ck-c$ ways to do this. Multiplying these numbers, we have $binomnc binomn-ck-c$ possibilities. But, as above, many of these possibilities will be identical, and we must avoid counting them multiple times. The number of times a given set of $k$ people appear in our list of possible teams is $binomkc$, because this is the number of ways that those particular people could have been picked according to our procedure (i.e. by first picking $c$ of them). So, we divide by this number to obtain the number of unique possible teams:



                $$fracbinomnc binomn-ck-cbinomkc$$



                Writing out the expression shows that it's equivalent to $binomnk$.







                share|cite|improve this answer












                share|cite|improve this answer



                share|cite|improve this answer










                answered 2 hours ago









                user20160

                14.6k12451




                14.6k12451




















                    Basil Beirouti is a new contributor. Be nice, and check out our Code of Conduct.









                     

                    draft saved


                    draft discarded


















                    Basil Beirouti is a new contributor. Be nice, and check out our Code of Conduct.












                    Basil Beirouti is a new contributor. Be nice, and check out our Code of Conduct.











                    Basil Beirouti is a new contributor. Be nice, and check out our Code of Conduct.













                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstats.stackexchange.com%2fquestions%2f370519%2fdifferent-ways-of-counting-the-same-combination%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    Comments

                    Popular posts from this blog

                    Is the Concept of Multiple Fantasy Races Scientifically Flawed? [closed]

                    Long meetings (6-7 hours a day): Being “babysat” by supervisor

                    Confectionery