Consider a class with 10 boys and 8 girls a In how many way
Consider a class with 10 boys and 8 girls .
a) In how many ways can a committee of ten consisting of 4 boys and 6 girls be chosen?
b) How many of the possible ways a committee of five can be chosen at random from the class consists at least 3 girls ?
Solution
a. 10C4 x 8C6
= 10!/4!x6! x 8!/2!x6!
= 210 x 28
=5880
b. all 5 girls( 8C5) + 4 girls and 1 boy (8C4 x 10C1) + 3 girls and 2 boys (8C3 x 10C2)
56 + (70 x 10) + (56 x 45)
56 + 700 + 2520
3276
