SOLUTION: A committee of 5 people is to be chosen from 6 midfielders, 3 attackers and 7 referees. If each discipline must be represented, determine the number of ways of selecting the commit

Algebra ->  Permutations -> SOLUTION: A committee of 5 people is to be chosen from 6 midfielders, 3 attackers and 7 referees. If each discipline must be represented, determine the number of ways of selecting the commit      Log On


   



Question 1203152: A committee of 5 people is to be chosen from 6 midfielders, 3 attackers and 7 referees. If each discipline must be represented, determine the number of ways of selecting the committee to include: (a) exactly one midfielder and one attacker. (b) exactly two midfielders; (c) at least two midfielders.
Answer by ikleyn(52781) About Me  (Show Source):
You can put this solution on YOUR website!
.
A committee of 5 people is to be chosen from 6 midfielders, 3 attackers and 7 referees.
If each discipline must be represented, determine the number of ways of selecting
the committee to include:
(a) exactly one midfielder and one attacker.
(b) exactly two midfielders;
(c) at least two midfielders.
~~~~~~~~~~~~~~~~~~~~


        I will answer  (a)  and  (b),  leaving  (c)  for your own solution/exercise.


(a)  In this case, the committee is 1 midfielder, 1 attacker and 5-1-1 = 3 referees.

     THEREFORE, the number of possible committees is  C%5B6%5D%5E1%2AC%5B3%5D%5E1%2AC%5B7%5D%5E3 = 6*3*35 = 630.   ANSWER



(b)  In this case, the committee is 2 midfielders and 3 persons from ((6+3+7)-2) = 14 other people.

     THEREFORE, the number of possible committees is  C%5B6%5D%5E2%2AC%5B14%5D%5E3 = 15*364 = 5460.   ANSWER

Solved.