SOLUTION: A committee consisting of 2 faculty members and 3 students is to be formed. Every committee position has the same duties and voting rights. There are 9 faculty members and 11 stude

Algebra ->  Permutations -> SOLUTION: A committee consisting of 2 faculty members and 3 students is to be formed. Every committee position has the same duties and voting rights. There are 9 faculty members and 11 stude      Log On


   



Question 1143142: A committee consisting of 2 faculty members and 3 students is to be formed. Every committee position has the same duties and voting rights. There are 9 faculty members and 11 students eligible to serve on the committee. In how many ways can the committee be formed?
Answer by ikleyn(52787) About Me  (Show Source):
You can put this solution on YOUR website!
.
They select  2 faculty members from the pool of 9 faculty members.

It can be done in  C%5B9%5D%5E2 = %289%2A8%29%2F2 = 36 ways.



They select  3 students from the pool of 11 students.

It can be done in  C%5B11%5D%5E3 = %2811%2A10%2A9%29%2F%281%2A2%2A3%29 = 165 ways. 



These selections are independent - so, by the general counting principle, the final answer is the product


    C%5B9%5D%5E2.C%5B11%5D%5E3 = 36*165 = 5940.    ANSWER