SOLUTION: In how many ways can a mixed commitee of 5 be selected from 5 boys and 4 girls if the boys must be in the majority?

Algebra ->  Permutations -> SOLUTION: In how many ways can a mixed commitee of 5 be selected from 5 boys and 4 girls if the boys must be in the majority?      Log On


   



Question 728377: In how many ways can a mixed commitee of 5 be selected from 5 boys and 4 girls if the boys must be in the majority?
Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!
Case 1) If you have 5 boys on the committee, then you have 5 C 5 = 1 way to make this committee

Case 2) If you have 4 boys and 1 girl on the committee, then you have (5 C 4)*(4 C 1) = (5)*(4) = 20 ways to do this.

Case 3) If you have 3 boys and 2 girls on the committee, then you have (5 C 3)*(4 C 2) = (10)*(6) = 60 ways to do this.

You stop here because you can't have 2 boys and 3 girls. The requirement is that the boys must be in the majority, so this is why we stop here.

Add up all the results: 1+20+60 = 81


So there are 81 ways to do this.

Note: if you must have at least one girl on the committee, then there are 80 ways to do this (and you ignore case 1)