In how many ways can we create such a committee?

  • MHB
  • Thread starter mathmari
  • Start date
In summary, we want to create a committee of 10 people from a group of 16 men and 12 women, with at least 3 men and 5 women. There are 5,584,656 ways to do this, which is significantly less than the previously calculated 84,268,800 due to double counting in the previous approach.
  • #1
mathmari
Gold Member
MHB
5,049
7
Hey! :eek:

From $16$ men and $12$ women we want to create a committee of $10$ people, with at least $3$ men and at least $5$ women. In how many ways can we create such a committee (men and women are discrete) ?

For that do we have to calculate the number of ways without restrictions minus the number of ways that the number of men is less than $3$ and the number of women less than $5$?

(Wondering)
 
Physics news on Phys.org
  • #2
1) Choose a man to be on the committee. There are 16 ways we can do that. There are then 15 men and 12 women left.
2) Choose another man to be on the committee. There are 15 ways we can do that. There are then 14 men and 12 women left.
3) Choose another man to be on the committee. There are 14 ways we can do that. There ae then 13 men and 12 women left.
There are [tex]16(15)(14)= \frac{16!}{13!}[/tex] ways to choose the three men to be on the committe in that order. Since order is not important, divide by 3! to get the number of ways to choose the three men: the binomial coefficient [tex]\begin{pmatrix}16 \\ 3 \end{pmatrix}= \frac{16!}{13!3!}[/tex].

(4) There are 12 ways to choose a woman to be on the committee. There are then 13 men and 11 women left.
(5) There are 11 ways to choose another woman to be on the committee. There are then 13 men and 10 women left.
(6) There are 10 ways to choose another woman to be on the committee. There are then 13 men and 9 women left.
(7) There are 9 ways to choose another woman to be on the committee. There are then 13 men and 8 women left.
(8) There are 8 ways to choose another woman to be on the committee. There are then 13 men and 7 women left.
There are [tex]12(11)(10)(9)(8)= \frac{12!}{7!}[/tex] ways to choose 5 women in that order. Since order is not important divide by 5! to get the number of ways to choose 5 women in any order: the binomial coefficient [tex]\begin{pmatrix}12 \\ 5\end{pmatrix}= \frac{12!}{7! 5!}[/tex]. Since we want a committee of 10 people and so far we have only the minimal 3 men and 5 women adding to 8 people, we need to choose 2 more from all 13+ 7= 20 people left. There are [tex](20)(19)/2= \frac{20!}{18!2!}= \begin{pmatrix}20 \\ 2 \end{pmatrix}[/tex] ways to do that.

There are [tex]\begin{pmatrix}16 \\ 3\end{pmatrix}\begin{pmatrix}12 \\ 5\end{pmatrix}\begin{pmatrix}20\\ 2\end{pmatrix}= \frac{16!}{3!13!}\frac{12!}{7!5!
}\frac{20!}{18!2!}[/tex] ways to choose such a committee.

It seems strange that there are more men than women in the group but the minimum number of women on the committee is greater than the minimum number of men. A bit sexist isn't it?
 
Last edited:
  • #3
Country Boy said:
1) Choose a man to be on the committee. There are 16 ways we can do that. There are then 15 men and 12 women left.
2) Choose another man to be on the committee. There are 15 ways we can do that. There are then 14 men and 12 women left.
3) Choose another man to be on the committee. There are 14 ways we can do that. There ae then 13 men and 12 women left.
There are [tex]16(15)(14)= \frac{16!}{13!}[/tex] ways to choose the three men to be on the committe in that order. Since order is not important, divide by 3! to get the number of ways to choose the three men: the binomial coefficient [tex]\begin{pmatrix}16 \\ 3 \end{pmatrix}= \frac{16!}{13!3!}[/tex].

(4) There are 12 ways to choose a woman to be on the committee. There are then 13 men and 11 women left.
(5) There are 11 ways to choose another woman to be on the committee. There are then 13 men and 10 women left.
(6) There are 10 ways to choose another woman to be on the committee. There are then 13 men and 9 women left.
(7) There are 9 ways to choose another woman to be on the committee. There are then 13 men and 8 women left.
(8) There are 8 ways to choose another woman to be on the committee. There are then 13 men and 7 women left.
There are [tex]12(11)(10)(9)(8)= \frac{12!}{7!}[/tex] ways to choose 5 women in that order. Since order is not important divide by 5! to get the number of ways to choose 5 women in any order: the binomial coefficient [tex]\begin{pmatrix}12 \\ 5\end{pmatrix}= \frac{12!}{7! 5!}[/tex]. Since we want a committee of 10 people and so far we have only the minimal 3 men and 5 women adding to 8 people, we need to choose 2 more from all 13+ 7= 20 people left. There are [tex](20)(19)/2= \frac{20!}{18!2!}= \begin{pmatrix}20 \\ 2 \end{pmatrix}[/tex] ways to do that.

There are [tex]\begin{pmatrix}16 \\ 3\end{pmatrix}\begin{pmatrix}12 \\ 5\end{pmatrix}\begin{pmatrix}20\\ 2\end{pmatrix}= \frac{16!}{3!13!}\frac{12!}{7!5!
}\frac{20!}{18!2!}[/tex] ways to choose such a committee.

It seems strange that there are more men than women in the group but the minimum number of women on the committee is greater than the minimum number of men. A bit sexist isn't it?
I think that there is some double counting in that approach, because of the way that the eight minimal members are selected first, followed by the two "top-up" members. For example, take the case of a committee consisting of four chosen men and six chosen women. if we select three of these four men as the "minimal" members then there are 4 ways of choosing those three out of four. Similarly there are 6 ways of choosing the "minimal" women. So this particular committee has been counted 24 times in Country Boy's enumeration.

There are three possible (mutually disjoint) ways to make up the committee: (i) 3 men and 7 women, (ii) 4 men and 6 women, (iii) 5 men and 5 women. The total number of ways to choose the committee is then $${16\choose 3}{12\choose 7} + {16\choose 4}{12\choose 6} + {16\choose 5}{12\choose 5} = 5\,584\,656.$$ That compares with Country Boy's total of $84\,268\,800.$
 

1. How many members are typically on a committee?

The number of members on a committee can vary depending on the specific organization or purpose of the committee. However, most committees have anywhere from 3 to 15 members.

2. What factors should be considered when creating a committee?

When creating a committee, it is important to consider the purpose of the committee, the skills and expertise needed from its members, and the diversity of perspectives that should be represented.

3. Can we create a committee with an odd number of members?

Yes, a committee can have an odd number of members. In fact, having an odd number can be beneficial in avoiding ties when voting on important decisions.

4. How can we ensure a fair representation of all groups in the committee?

To ensure fair representation, it is important to have a diverse selection process and actively seek out individuals from different backgrounds, perspectives, and demographics.

5. Is there a limit to the number of ways we can create a committee?

Technically, there is no limit to the number of ways we can create a committee. However, the most common methods involve selecting members through nominations, elections, or appointments based on qualifications and criteria set by the organization.

Similar threads

  • Set Theory, Logic, Probability, Statistics
Replies
9
Views
571
  • Set Theory, Logic, Probability, Statistics
Replies
12
Views
3K
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
965
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
1K
  • Precalculus Mathematics Homework Help
Replies
7
Views
9K
Replies
19
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
13
Views
5K
  • Set Theory, Logic, Probability, Statistics
Replies
18
Views
548
  • Calculus and Beyond Homework Help
Replies
18
Views
1K
  • General Math
Replies
2
Views
875
Back
Top