a) How many ways can a teacher form a committee of 3 members from a class of 4 boys and 3 girls?
b)How many committees in (a) has exactly one girl?
c)How many committees in (a) has at least one girl?
a) N=4+3=7
n=3
b) When the number of girls in a committee is exactly 1, means the number of boys in the committee should be 2.
Number of combinations having 1 girl and 2 boys in committe
c) Number of combinations containing only boys
Number of combinations containing at least one girl = 35-4 = 31
Comments