Question 1189221: A committee of six is to be chosen from the 20 members of the student council. In how many ways can this be done if:
A. There are no restrictions.
B. There are twelve junior members and 8 senior members and the committee must include 2 junior and four senior members?
C. There must be at least 2 senior members on the committee. ( I need help with this one in particular)
Found 2 solutions by ikleyn, math_tutor2020: Answer by ikleyn(52781) (Show Source): Answer by math_tutor2020(3816) (Show Source):
You can put this solution on YOUR website!
Part A
Each seat on a committee is equal in rank to any other seat, since none of the seats are labeled (eg: chairman, president, VP, etc). This tells us that order doesn't matter. A committee like {Alice,Bob,Christy} is the same as the committee {Bob,Christy,Alice}. All that matters is the overall group rather than the individual members themselves.
Since order doesn't matter, we use the nCr combination formula

The exclamation marks indicate factorials.
We plug in n = 20 and r = 6
The "14!" terms cancel
There are 38,760 ways to form the six person committee from a pool of 20 students. Order doesn't matter.
Answer: 38,760
================================================================================================
Part B
We'll use the nCr formula again to find out how many ways there are to pick the juniors (ignore the seniors for now).
There is a pool of n = 12 juniors and we want to select r = 2 of them.
Using the nCr formula, you should find that C(n,r) = C(12,2) = 66. I'll skip the steps in computing the nCr value from now on since the steps are similar to part A. Let me know if you need to see the steps.
Anyways, because C(12,2) = 66, this means there are 66 ways to pick the juniors.
Also, there are C(8,4) = 70 ways to pick the seniors. Use n = 8 and r = 4.
Overall, there are 66*70 = 4620 ways to pick two juniors and four seniors from a pool of 12 and 8 respectively.
Answer: 4620
================================================================================================
Part C
Consider these cases:
Case A) Picking 6 juniors + 0 seniors
Case B) Picking 5 juniors + 1 senior
For case A, there are C(12,6) = 924 ways to pick six juniors and C(8,0) = 1 way to pick zero seniors. So there are A = 924*1 = 924 ways to satisfy case A.
For case B, we have C(12,5) = 792 ways to pick five juniors and C(8,1) = 8 ways to pick one senior. This leads to B = 792*8 = 6336 ways to select the committe to satisfy case B.
Adding the results so far
A+B = 924+6336 = 7260
This represents the number of ways to form a committee where we have less than 2 seniors.
The complement of "less than 2 seniors" is "at least 2 seniors" (aka 2 or more).
Back in part A, we computed the result 38,760 that counted the number of ways to form a six-person committee regardless of restriction (ie quota counts for each grade level). We'll subtract the 7260 figure from 38,760 to get the final answer
38,760 - 7260 = 31,500
Answer: 31,500
|
|
|