Combinatorics problem 25 students problemSelection using permutation and combinationCombinations question - why is my approach wrong?Problem on combination - ways to form a committeeNumber of committees of size $5$ with at least $2$ women from a society with $10$ men and $12$ womenForming a committee from $4$ gentlemen and $4$ ladies with certain conditionsPermutations and Combinations: Word ProblemCombinatorics: “four male-female couples and eight chairs” problemCombinatorics question of understanding the cases where 2 cannot be counted togetherCombinatorics dance classCombinatorics- Why is this approach wrong?

What is this airplane that sits in front of Barringer High School in Newark, NJ?

Fibonacci sequence and other metallic sequences emerged in the form of fractions

Would a 7805 5v regulator drain a 9v battery?

What is the word?

Digital signature that is only verifiable by one specific person

Is it a bad idea to have a pen name with only an initial for a surname?

Are there foreign customs agents on US soil?

I have found ports on my Samsung smart tv running a display service. What can I do with it?

Why is it 出差去 and not 去出差?

How did the European Union reach the figure of 3% as a maximum allowed deficit?

Having some issue with notation in a Hilbert space

Are there examples of rowers who also fought?

How to add a сolumn from one table to another?

What is "dot" sign in •NO?

Print the new site header

...and then she held the gun

If the mass of the Earth is decreasing by sending debris in space, does its angular momentum also decrease?

What does this Swiss black on yellow rectangular traffic sign with a symbol looking like a dart mean?

In the US, can a former president run again?

What is this plant I saw for sale at a Romanian farmer's market?

What is the precise meaning of "подсел на мак"?

TV show starring two men who develop various gadgets

How to ask if I can mow my neighbor's lawn

Are there any individual aliens that have gained superpowers in the Marvel universe?



Combinatorics problem 25 students problem


Selection using permutation and combinationCombinations question - why is my approach wrong?Problem on combination - ways to form a committeeNumber of committees of size $5$ with at least $2$ women from a society with $10$ men and $12$ womenForming a committee from $4$ gentlemen and $4$ ladies with certain conditionsPermutations and Combinations: Word ProblemCombinatorics: “four male-female couples and eight chairs” problemCombinatorics question of understanding the cases where 2 cannot be counted togetherCombinatorics dance classCombinatorics- Why is this approach wrong?













4












$begingroup$


A class with 25 students, 15 women and 10 men.
A committe will be formed by 3 students, a president, a vice president and public relation manager. How many mixed committee can be formed?
So, what I did, there are 15 women and 10 men, so 15*10 ,and there will be left 23 students, then there are 3! places for them so 15*10*23*3!



I think that this would work however it's wrong, another solution is(doing by cases):
$$ 15*(^10A_2)*3 + 10*(^15A_2)*3 $$
Notation: $$^nA_p=^nP_p $$
They're the number of arrangements/permutations.



Simplifying their answer we get:
$$15*10*9*3 + 10*15*14*3 = 15*10*3(9+14)=15*10*23*3$$
Well the difference is, they have 3 but I have 3!, what's wrong with my answer? Why do I have to divide by two?










share|cite|improve this question











$endgroup$











  • $begingroup$
    So, are you distinguishing the committees by role and sex, or only by sex ? can you give example of what you consider equal or different ?
    $endgroup$
    – G Cab
    Jun 9 at 22:46











  • $begingroup$
    Role and sex, for example a guy called A and two women called B and C can form 6(3!) different committees, ABC ACB CAB CBA BAC BAC, being the first slot the president, second vice president and the third public relation manager
    $endgroup$
    – Nuno Mateus
    Jun 9 at 22:57










  • $begingroup$
    ah! I understood the committee was made by six members ! So you actually have a triple !
    $endgroup$
    – G Cab
    Jun 9 at 23:16






  • 1




    $begingroup$
    @Nuno It's confusing to write "6(3!) different committees". It looks like you're multiplying. I would suggest writing it as "6 (=3!) different committees."
    $endgroup$
    – Zonker.in.Geneva
    Jun 10 at 9:07










  • $begingroup$
    You're right @Zonker.in.Geneva
    $endgroup$
    – Nuno Mateus
    Jun 10 at 14:08















4












$begingroup$


A class with 25 students, 15 women and 10 men.
A committe will be formed by 3 students, a president, a vice president and public relation manager. How many mixed committee can be formed?
So, what I did, there are 15 women and 10 men, so 15*10 ,and there will be left 23 students, then there are 3! places for them so 15*10*23*3!



I think that this would work however it's wrong, another solution is(doing by cases):
$$ 15*(^10A_2)*3 + 10*(^15A_2)*3 $$
Notation: $$^nA_p=^nP_p $$
They're the number of arrangements/permutations.



Simplifying their answer we get:
$$15*10*9*3 + 10*15*14*3 = 15*10*3(9+14)=15*10*23*3$$
Well the difference is, they have 3 but I have 3!, what's wrong with my answer? Why do I have to divide by two?










share|cite|improve this question











$endgroup$











  • $begingroup$
    So, are you distinguishing the committees by role and sex, or only by sex ? can you give example of what you consider equal or different ?
    $endgroup$
    – G Cab
    Jun 9 at 22:46











  • $begingroup$
    Role and sex, for example a guy called A and two women called B and C can form 6(3!) different committees, ABC ACB CAB CBA BAC BAC, being the first slot the president, second vice president and the third public relation manager
    $endgroup$
    – Nuno Mateus
    Jun 9 at 22:57










  • $begingroup$
    ah! I understood the committee was made by six members ! So you actually have a triple !
    $endgroup$
    – G Cab
    Jun 9 at 23:16






  • 1




    $begingroup$
    @Nuno It's confusing to write "6(3!) different committees". It looks like you're multiplying. I would suggest writing it as "6 (=3!) different committees."
    $endgroup$
    – Zonker.in.Geneva
    Jun 10 at 9:07










  • $begingroup$
    You're right @Zonker.in.Geneva
    $endgroup$
    – Nuno Mateus
    Jun 10 at 14:08













4












4








4





$begingroup$


A class with 25 students, 15 women and 10 men.
A committe will be formed by 3 students, a president, a vice president and public relation manager. How many mixed committee can be formed?
So, what I did, there are 15 women and 10 men, so 15*10 ,and there will be left 23 students, then there are 3! places for them so 15*10*23*3!



I think that this would work however it's wrong, another solution is(doing by cases):
$$ 15*(^10A_2)*3 + 10*(^15A_2)*3 $$
Notation: $$^nA_p=^nP_p $$
They're the number of arrangements/permutations.



Simplifying their answer we get:
$$15*10*9*3 + 10*15*14*3 = 15*10*3(9+14)=15*10*23*3$$
Well the difference is, they have 3 but I have 3!, what's wrong with my answer? Why do I have to divide by two?










share|cite|improve this question











$endgroup$




A class with 25 students, 15 women and 10 men.
A committe will be formed by 3 students, a president, a vice president and public relation manager. How many mixed committee can be formed?
So, what I did, there are 15 women and 10 men, so 15*10 ,and there will be left 23 students, then there are 3! places for them so 15*10*23*3!



I think that this would work however it's wrong, another solution is(doing by cases):
$$ 15*(^10A_2)*3 + 10*(^15A_2)*3 $$
Notation: $$^nA_p=^nP_p $$
They're the number of arrangements/permutations.



Simplifying their answer we get:
$$15*10*9*3 + 10*15*14*3 = 15*10*3(9+14)=15*10*23*3$$
Well the difference is, they have 3 but I have 3!, what's wrong with my answer? Why do I have to divide by two?







combinatorics






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Jun 10 at 8:20









N. F. Taussig

46.5k103458




46.5k103458










asked Jun 9 at 22:33









Nuno MateusNuno Mateus

856




856











  • $begingroup$
    So, are you distinguishing the committees by role and sex, or only by sex ? can you give example of what you consider equal or different ?
    $endgroup$
    – G Cab
    Jun 9 at 22:46











  • $begingroup$
    Role and sex, for example a guy called A and two women called B and C can form 6(3!) different committees, ABC ACB CAB CBA BAC BAC, being the first slot the president, second vice president and the third public relation manager
    $endgroup$
    – Nuno Mateus
    Jun 9 at 22:57










  • $begingroup$
    ah! I understood the committee was made by six members ! So you actually have a triple !
    $endgroup$
    – G Cab
    Jun 9 at 23:16






  • 1




    $begingroup$
    @Nuno It's confusing to write "6(3!) different committees". It looks like you're multiplying. I would suggest writing it as "6 (=3!) different committees."
    $endgroup$
    – Zonker.in.Geneva
    Jun 10 at 9:07










  • $begingroup$
    You're right @Zonker.in.Geneva
    $endgroup$
    – Nuno Mateus
    Jun 10 at 14:08
















  • $begingroup$
    So, are you distinguishing the committees by role and sex, or only by sex ? can you give example of what you consider equal or different ?
    $endgroup$
    – G Cab
    Jun 9 at 22:46











  • $begingroup$
    Role and sex, for example a guy called A and two women called B and C can form 6(3!) different committees, ABC ACB CAB CBA BAC BAC, being the first slot the president, second vice president and the third public relation manager
    $endgroup$
    – Nuno Mateus
    Jun 9 at 22:57










  • $begingroup$
    ah! I understood the committee was made by six members ! So you actually have a triple !
    $endgroup$
    – G Cab
    Jun 9 at 23:16






  • 1




    $begingroup$
    @Nuno It's confusing to write "6(3!) different committees". It looks like you're multiplying. I would suggest writing it as "6 (=3!) different committees."
    $endgroup$
    – Zonker.in.Geneva
    Jun 10 at 9:07










  • $begingroup$
    You're right @Zonker.in.Geneva
    $endgroup$
    – Nuno Mateus
    Jun 10 at 14:08















$begingroup$
So, are you distinguishing the committees by role and sex, or only by sex ? can you give example of what you consider equal or different ?
$endgroup$
– G Cab
Jun 9 at 22:46





$begingroup$
So, are you distinguishing the committees by role and sex, or only by sex ? can you give example of what you consider equal or different ?
$endgroup$
– G Cab
Jun 9 at 22:46













$begingroup$
Role and sex, for example a guy called A and two women called B and C can form 6(3!) different committees, ABC ACB CAB CBA BAC BAC, being the first slot the president, second vice president and the third public relation manager
$endgroup$
– Nuno Mateus
Jun 9 at 22:57




$begingroup$
Role and sex, for example a guy called A and two women called B and C can form 6(3!) different committees, ABC ACB CAB CBA BAC BAC, being the first slot the president, second vice president and the third public relation manager
$endgroup$
– Nuno Mateus
Jun 9 at 22:57












$begingroup$
ah! I understood the committee was made by six members ! So you actually have a triple !
$endgroup$
– G Cab
Jun 9 at 23:16




$begingroup$
ah! I understood the committee was made by six members ! So you actually have a triple !
$endgroup$
– G Cab
Jun 9 at 23:16




1




1




$begingroup$
@Nuno It's confusing to write "6(3!) different committees". It looks like you're multiplying. I would suggest writing it as "6 (=3!) different committees."
$endgroup$
– Zonker.in.Geneva
Jun 10 at 9:07




$begingroup$
@Nuno It's confusing to write "6(3!) different committees". It looks like you're multiplying. I would suggest writing it as "6 (=3!) different committees."
$endgroup$
– Zonker.in.Geneva
Jun 10 at 9:07












$begingroup$
You're right @Zonker.in.Geneva
$endgroup$
– Nuno Mateus
Jun 10 at 14:08




$begingroup$
You're right @Zonker.in.Geneva
$endgroup$
– Nuno Mateus
Jun 10 at 14:08










4 Answers
4






active

oldest

votes


















2












$begingroup$


So, what I did, there are 15 women and 10 men, so 15*10, and there will be left 23 students ...




In this step you made a mistake:



What you do here is forming the committee by doing three steps:



  1. You pick one of 15 women (let's say Jane Doe)

  2. You pick one of 10 men (let's say John Doe)

  3. You pick one of the 23 remaining students (let's say Joe Bloggs)

However, you could also have picked Joe Bloggs in the second step and John Doe in the third step.



This means that you will get each possible set of three persons twice when you pick the three persons this way.



Therefore there are only $frac12*15*10*23$ sets of three persons, not 15*10*23.




Well the difference is, they have 3 but I have 3!




When the persons in the committee have different tasks, it is correct to multiply the number of sets of persons with 3! (and not with 3) to get the number of possible different committees.



This will lead to the following result:



$(frac12*15*10*23)*(3!) = frac12*15*10*23*(3!) = 15*10*23*frac12*6 = 15*10*23*3$






share|cite|improve this answer









$endgroup$




















    3












    $begingroup$

    Say men are $M_1,M_2,...,M_10$ and women are $W_1,W_2,...W_15$. Then in your method, if we choose a woman first, say $W_1$, then a man, say $M_1$, then from the rest of $23$, suppose we have chosen $M_2$. And then we permute them with $3!$ so it is not important in which order we have chosen this three member. But notice that if we choose $W_1$ as before as woman and $M_2$ as man this time, and $M_1$ from the remaining $23$ students, permuting them will give us the same committee, resulting in overcounting.



    In general, if we choose $W_i$ and $M_j$ first and then $W_k$, this committee can be formed in exactly $2$ ways in your method because we can either choose $W_i$ first and $W_k$ third, or $W_k$ first $W_i$ third. This is also valid for $M_k$ too so it is actually valid for all committees formed in your method. Therefore, we are counting each case exactly twice. That's why your answer is twice the correct answer.






    share|cite|improve this answer











    $endgroup$




















      2












      $begingroup$

      Upon clarifying that we are speaking of a triple, then these can be 1M 2W or 2M 1W.

      Then they can be permuted each in $3!$ ways, thus a total of $12$ if identity does not matter.



      On the contrary, If people identity matters, in the first case you can select the members in $binom101 cdot binom152$, in the second in $binom102 cdot binom151$, and permute the roles.

      i.e. $3! (binom101 cdot binom152+binom102 cdot binom151)= 10350$






      share|cite|improve this answer









      $endgroup$




















        1












        $begingroup$

        Suppose you select a woman, call her A, and a man, call him B, then the third person, call them C. When you multiply by 3!, you form every possible permutation of A,B,C.



        Now suppose you select, without loss of generality, C, then B, then A. When you multiply this triplet by 3!, you are forming the same collection of committees.



        Since you are double counting, you need to divide by 2.






        share|cite|improve this answer









        $endgroup$












        • $begingroup$
          Why are we double counting?
          $endgroup$
          – Nuno Mateus
          Jun 9 at 22:58










        • $begingroup$
          Because you're not distinguishing between picking the woman A first and another woman,C, 3rd and vice versa. The same would be true about picking the man 2nd and another man 3rd.
          $endgroup$
          – Joel Pereira
          Jun 9 at 23:06











        Your Answer








        StackExchange.ready(function()
        var channelOptions =
        tags: "".split(" "),
        id: "69"
        ;
        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',
        autoActivateHeartbeat: false,
        convertImagesToLinks: true,
        noModals: true,
        showLowRepImageUploadWarning: true,
        reputationToPostImages: 10,
        bindNavPrevention: true,
        postfix: "",
        imageUploader:
        brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
        contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
        allowUrls: true
        ,
        noCode: true, onDemand: true,
        discardSelector: ".discard-answer"
        ,immediatelyShowMarkdownHelp:true
        );



        );













        draft saved

        draft discarded


















        StackExchange.ready(
        function ()
        StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3256833%2fcombinatorics-problem-25-students-problem%23new-answer', 'question_page');

        );

        Post as a guest















        Required, but never shown

























        4 Answers
        4






        active

        oldest

        votes








        4 Answers
        4






        active

        oldest

        votes









        active

        oldest

        votes






        active

        oldest

        votes









        2












        $begingroup$


        So, what I did, there are 15 women and 10 men, so 15*10, and there will be left 23 students ...




        In this step you made a mistake:



        What you do here is forming the committee by doing three steps:



        1. You pick one of 15 women (let's say Jane Doe)

        2. You pick one of 10 men (let's say John Doe)

        3. You pick one of the 23 remaining students (let's say Joe Bloggs)

        However, you could also have picked Joe Bloggs in the second step and John Doe in the third step.



        This means that you will get each possible set of three persons twice when you pick the three persons this way.



        Therefore there are only $frac12*15*10*23$ sets of three persons, not 15*10*23.




        Well the difference is, they have 3 but I have 3!




        When the persons in the committee have different tasks, it is correct to multiply the number of sets of persons with 3! (and not with 3) to get the number of possible different committees.



        This will lead to the following result:



        $(frac12*15*10*23)*(3!) = frac12*15*10*23*(3!) = 15*10*23*frac12*6 = 15*10*23*3$






        share|cite|improve this answer









        $endgroup$

















          2












          $begingroup$


          So, what I did, there are 15 women and 10 men, so 15*10, and there will be left 23 students ...




          In this step you made a mistake:



          What you do here is forming the committee by doing three steps:



          1. You pick one of 15 women (let's say Jane Doe)

          2. You pick one of 10 men (let's say John Doe)

          3. You pick one of the 23 remaining students (let's say Joe Bloggs)

          However, you could also have picked Joe Bloggs in the second step and John Doe in the third step.



          This means that you will get each possible set of three persons twice when you pick the three persons this way.



          Therefore there are only $frac12*15*10*23$ sets of three persons, not 15*10*23.




          Well the difference is, they have 3 but I have 3!




          When the persons in the committee have different tasks, it is correct to multiply the number of sets of persons with 3! (and not with 3) to get the number of possible different committees.



          This will lead to the following result:



          $(frac12*15*10*23)*(3!) = frac12*15*10*23*(3!) = 15*10*23*frac12*6 = 15*10*23*3$






          share|cite|improve this answer









          $endgroup$















            2












            2








            2





            $begingroup$


            So, what I did, there are 15 women and 10 men, so 15*10, and there will be left 23 students ...




            In this step you made a mistake:



            What you do here is forming the committee by doing three steps:



            1. You pick one of 15 women (let's say Jane Doe)

            2. You pick one of 10 men (let's say John Doe)

            3. You pick one of the 23 remaining students (let's say Joe Bloggs)

            However, you could also have picked Joe Bloggs in the second step and John Doe in the third step.



            This means that you will get each possible set of three persons twice when you pick the three persons this way.



            Therefore there are only $frac12*15*10*23$ sets of three persons, not 15*10*23.




            Well the difference is, they have 3 but I have 3!




            When the persons in the committee have different tasks, it is correct to multiply the number of sets of persons with 3! (and not with 3) to get the number of possible different committees.



            This will lead to the following result:



            $(frac12*15*10*23)*(3!) = frac12*15*10*23*(3!) = 15*10*23*frac12*6 = 15*10*23*3$






            share|cite|improve this answer









            $endgroup$




            So, what I did, there are 15 women and 10 men, so 15*10, and there will be left 23 students ...




            In this step you made a mistake:



            What you do here is forming the committee by doing three steps:



            1. You pick one of 15 women (let's say Jane Doe)

            2. You pick one of 10 men (let's say John Doe)

            3. You pick one of the 23 remaining students (let's say Joe Bloggs)

            However, you could also have picked Joe Bloggs in the second step and John Doe in the third step.



            This means that you will get each possible set of three persons twice when you pick the three persons this way.



            Therefore there are only $frac12*15*10*23$ sets of three persons, not 15*10*23.




            Well the difference is, they have 3 but I have 3!




            When the persons in the committee have different tasks, it is correct to multiply the number of sets of persons with 3! (and not with 3) to get the number of possible different committees.



            This will lead to the following result:



            $(frac12*15*10*23)*(3!) = frac12*15*10*23*(3!) = 15*10*23*frac12*6 = 15*10*23*3$







            share|cite|improve this answer












            share|cite|improve this answer



            share|cite|improve this answer










            answered Jun 10 at 8:33









            Martin RosenauMartin Rosenau

            1,1911410




            1,1911410





















                3












                $begingroup$

                Say men are $M_1,M_2,...,M_10$ and women are $W_1,W_2,...W_15$. Then in your method, if we choose a woman first, say $W_1$, then a man, say $M_1$, then from the rest of $23$, suppose we have chosen $M_2$. And then we permute them with $3!$ so it is not important in which order we have chosen this three member. But notice that if we choose $W_1$ as before as woman and $M_2$ as man this time, and $M_1$ from the remaining $23$ students, permuting them will give us the same committee, resulting in overcounting.



                In general, if we choose $W_i$ and $M_j$ first and then $W_k$, this committee can be formed in exactly $2$ ways in your method because we can either choose $W_i$ first and $W_k$ third, or $W_k$ first $W_i$ third. This is also valid for $M_k$ too so it is actually valid for all committees formed in your method. Therefore, we are counting each case exactly twice. That's why your answer is twice the correct answer.






                share|cite|improve this answer











                $endgroup$

















                  3












                  $begingroup$

                  Say men are $M_1,M_2,...,M_10$ and women are $W_1,W_2,...W_15$. Then in your method, if we choose a woman first, say $W_1$, then a man, say $M_1$, then from the rest of $23$, suppose we have chosen $M_2$. And then we permute them with $3!$ so it is not important in which order we have chosen this three member. But notice that if we choose $W_1$ as before as woman and $M_2$ as man this time, and $M_1$ from the remaining $23$ students, permuting them will give us the same committee, resulting in overcounting.



                  In general, if we choose $W_i$ and $M_j$ first and then $W_k$, this committee can be formed in exactly $2$ ways in your method because we can either choose $W_i$ first and $W_k$ third, or $W_k$ first $W_i$ third. This is also valid for $M_k$ too so it is actually valid for all committees formed in your method. Therefore, we are counting each case exactly twice. That's why your answer is twice the correct answer.






                  share|cite|improve this answer











                  $endgroup$















                    3












                    3








                    3





                    $begingroup$

                    Say men are $M_1,M_2,...,M_10$ and women are $W_1,W_2,...W_15$. Then in your method, if we choose a woman first, say $W_1$, then a man, say $M_1$, then from the rest of $23$, suppose we have chosen $M_2$. And then we permute them with $3!$ so it is not important in which order we have chosen this three member. But notice that if we choose $W_1$ as before as woman and $M_2$ as man this time, and $M_1$ from the remaining $23$ students, permuting them will give us the same committee, resulting in overcounting.



                    In general, if we choose $W_i$ and $M_j$ first and then $W_k$, this committee can be formed in exactly $2$ ways in your method because we can either choose $W_i$ first and $W_k$ third, or $W_k$ first $W_i$ third. This is also valid for $M_k$ too so it is actually valid for all committees formed in your method. Therefore, we are counting each case exactly twice. That's why your answer is twice the correct answer.






                    share|cite|improve this answer











                    $endgroup$



                    Say men are $M_1,M_2,...,M_10$ and women are $W_1,W_2,...W_15$. Then in your method, if we choose a woman first, say $W_1$, then a man, say $M_1$, then from the rest of $23$, suppose we have chosen $M_2$. And then we permute them with $3!$ so it is not important in which order we have chosen this three member. But notice that if we choose $W_1$ as before as woman and $M_2$ as man this time, and $M_1$ from the remaining $23$ students, permuting them will give us the same committee, resulting in overcounting.



                    In general, if we choose $W_i$ and $M_j$ first and then $W_k$, this committee can be formed in exactly $2$ ways in your method because we can either choose $W_i$ first and $W_k$ third, or $W_k$ first $W_i$ third. This is also valid for $M_k$ too so it is actually valid for all committees formed in your method. Therefore, we are counting each case exactly twice. That's why your answer is twice the correct answer.







                    share|cite|improve this answer














                    share|cite|improve this answer



                    share|cite|improve this answer








                    edited Jun 9 at 23:05

























                    answered Jun 9 at 22:49









                    ArsenBerkArsenBerk

                    8,92031439




                    8,92031439





















                        2












                        $begingroup$

                        Upon clarifying that we are speaking of a triple, then these can be 1M 2W or 2M 1W.

                        Then they can be permuted each in $3!$ ways, thus a total of $12$ if identity does not matter.



                        On the contrary, If people identity matters, in the first case you can select the members in $binom101 cdot binom152$, in the second in $binom102 cdot binom151$, and permute the roles.

                        i.e. $3! (binom101 cdot binom152+binom102 cdot binom151)= 10350$






                        share|cite|improve this answer









                        $endgroup$

















                          2












                          $begingroup$

                          Upon clarifying that we are speaking of a triple, then these can be 1M 2W or 2M 1W.

                          Then they can be permuted each in $3!$ ways, thus a total of $12$ if identity does not matter.



                          On the contrary, If people identity matters, in the first case you can select the members in $binom101 cdot binom152$, in the second in $binom102 cdot binom151$, and permute the roles.

                          i.e. $3! (binom101 cdot binom152+binom102 cdot binom151)= 10350$






                          share|cite|improve this answer









                          $endgroup$















                            2












                            2








                            2





                            $begingroup$

                            Upon clarifying that we are speaking of a triple, then these can be 1M 2W or 2M 1W.

                            Then they can be permuted each in $3!$ ways, thus a total of $12$ if identity does not matter.



                            On the contrary, If people identity matters, in the first case you can select the members in $binom101 cdot binom152$, in the second in $binom102 cdot binom151$, and permute the roles.

                            i.e. $3! (binom101 cdot binom152+binom102 cdot binom151)= 10350$






                            share|cite|improve this answer









                            $endgroup$



                            Upon clarifying that we are speaking of a triple, then these can be 1M 2W or 2M 1W.

                            Then they can be permuted each in $3!$ ways, thus a total of $12$ if identity does not matter.



                            On the contrary, If people identity matters, in the first case you can select the members in $binom101 cdot binom152$, in the second in $binom102 cdot binom151$, and permute the roles.

                            i.e. $3! (binom101 cdot binom152+binom102 cdot binom151)= 10350$







                            share|cite|improve this answer












                            share|cite|improve this answer



                            share|cite|improve this answer










                            answered Jun 9 at 23:32









                            G CabG Cab

                            21.5k31342




                            21.5k31342





















                                1












                                $begingroup$

                                Suppose you select a woman, call her A, and a man, call him B, then the third person, call them C. When you multiply by 3!, you form every possible permutation of A,B,C.



                                Now suppose you select, without loss of generality, C, then B, then A. When you multiply this triplet by 3!, you are forming the same collection of committees.



                                Since you are double counting, you need to divide by 2.






                                share|cite|improve this answer









                                $endgroup$












                                • $begingroup$
                                  Why are we double counting?
                                  $endgroup$
                                  – Nuno Mateus
                                  Jun 9 at 22:58










                                • $begingroup$
                                  Because you're not distinguishing between picking the woman A first and another woman,C, 3rd and vice versa. The same would be true about picking the man 2nd and another man 3rd.
                                  $endgroup$
                                  – Joel Pereira
                                  Jun 9 at 23:06















                                1












                                $begingroup$

                                Suppose you select a woman, call her A, and a man, call him B, then the third person, call them C. When you multiply by 3!, you form every possible permutation of A,B,C.



                                Now suppose you select, without loss of generality, C, then B, then A. When you multiply this triplet by 3!, you are forming the same collection of committees.



                                Since you are double counting, you need to divide by 2.






                                share|cite|improve this answer









                                $endgroup$












                                • $begingroup$
                                  Why are we double counting?
                                  $endgroup$
                                  – Nuno Mateus
                                  Jun 9 at 22:58










                                • $begingroup$
                                  Because you're not distinguishing between picking the woman A first and another woman,C, 3rd and vice versa. The same would be true about picking the man 2nd and another man 3rd.
                                  $endgroup$
                                  – Joel Pereira
                                  Jun 9 at 23:06













                                1












                                1








                                1





                                $begingroup$

                                Suppose you select a woman, call her A, and a man, call him B, then the third person, call them C. When you multiply by 3!, you form every possible permutation of A,B,C.



                                Now suppose you select, without loss of generality, C, then B, then A. When you multiply this triplet by 3!, you are forming the same collection of committees.



                                Since you are double counting, you need to divide by 2.






                                share|cite|improve this answer









                                $endgroup$



                                Suppose you select a woman, call her A, and a man, call him B, then the third person, call them C. When you multiply by 3!, you form every possible permutation of A,B,C.



                                Now suppose you select, without loss of generality, C, then B, then A. When you multiply this triplet by 3!, you are forming the same collection of committees.



                                Since you are double counting, you need to divide by 2.







                                share|cite|improve this answer












                                share|cite|improve this answer



                                share|cite|improve this answer










                                answered Jun 9 at 22:50









                                Joel PereiraJoel Pereira

                                89919




                                89919











                                • $begingroup$
                                  Why are we double counting?
                                  $endgroup$
                                  – Nuno Mateus
                                  Jun 9 at 22:58










                                • $begingroup$
                                  Because you're not distinguishing between picking the woman A first and another woman,C, 3rd and vice versa. The same would be true about picking the man 2nd and another man 3rd.
                                  $endgroup$
                                  – Joel Pereira
                                  Jun 9 at 23:06
















                                • $begingroup$
                                  Why are we double counting?
                                  $endgroup$
                                  – Nuno Mateus
                                  Jun 9 at 22:58










                                • $begingroup$
                                  Because you're not distinguishing between picking the woman A first and another woman,C, 3rd and vice versa. The same would be true about picking the man 2nd and another man 3rd.
                                  $endgroup$
                                  – Joel Pereira
                                  Jun 9 at 23:06















                                $begingroup$
                                Why are we double counting?
                                $endgroup$
                                – Nuno Mateus
                                Jun 9 at 22:58




                                $begingroup$
                                Why are we double counting?
                                $endgroup$
                                – Nuno Mateus
                                Jun 9 at 22:58












                                $begingroup$
                                Because you're not distinguishing between picking the woman A first and another woman,C, 3rd and vice versa. The same would be true about picking the man 2nd and another man 3rd.
                                $endgroup$
                                – Joel Pereira
                                Jun 9 at 23:06




                                $begingroup$
                                Because you're not distinguishing between picking the woman A first and another woman,C, 3rd and vice versa. The same would be true about picking the man 2nd and another man 3rd.
                                $endgroup$
                                – Joel Pereira
                                Jun 9 at 23:06

















                                draft saved

                                draft discarded
















































                                Thanks for contributing an answer to Mathematics Stack Exchange!


                                • Please be sure to answer the question. Provide details and share your research!

                                But avoid


                                • Asking for help, clarification, or responding to other answers.

                                • Making statements based on opinion; back them up with references or personal experience.

                                Use MathJax to format equations. MathJax reference.


                                To learn more, see our tips on writing great answers.




                                draft saved


                                draft discarded














                                StackExchange.ready(
                                function ()
                                StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3256833%2fcombinatorics-problem-25-students-problem%23new-answer', 'question_page');

                                );

                                Post as a guest















                                Required, but never shown





















































                                Required, but never shown














                                Required, but never shown












                                Required, but never shown







                                Required, but never shown

































                                Required, but never shown














                                Required, but never shown












                                Required, but never shown







                                Required, but never shown







                                Popular posts from this blog

                                Category:9 (number) SubcategoriesMedia in category "9 (number)"Navigation menuUpload mediaGND ID: 4485639-8Library of Congress authority ID: sh85091979ReasonatorScholiaStatistics

                                Circuit construction for execution of conditional statements using least significant bitHow are two different registers being used as “control”?How exactly is the stated composite state of the two registers being produced using the $R_zz$ controlled rotations?Efficiently performing controlled rotations in HHLWould this quantum algorithm implementation work?How to prepare a superposed states of odd integers from $1$ to $sqrtN$?Why is this implementation of the order finding algorithm not working?Circuit construction for Hamiltonian simulationHow can I invert the least significant bit of a certain term of a superposed state?Implementing an oracleImplementing a controlled sum operation

                                Magento 2 “No Payment Methods” in Admin New OrderHow to integrate Paypal Express Checkout with the Magento APIMagento 1.5 - Sales > Order > edit order and shipping methods disappearAuto Invoice Check/Money Order Payment methodAdd more simple payment methods?Shipping methods not showingWhat should I do to change payment methods if changing the configuration has no effects?1.9 - No Payment Methods showing upMy Payment Methods not Showing for downloadable/virtual product when checkout?Magento2 API to access internal payment methodHow to call an existing payment methods in the registration form?