P(x≥2) is the probability that there are at least two female names drawn
P(x≥2)=1−P(x<2)=1−P(x=1)−P(x=0)
20C5 is the number of ways we can choose 5 names from 20.
P(x=1) is the probability that there is one female name drawn, so there are 12C1 ways to choose 1 female name from 12, and there are 8C4 ways to choose other 4 male names from 8.
P(x=1)=20C512C1×8C4=1550412×70=64635
P(x=0) is the probability that there is no female names drawn, so all 5 names are male, we can choose them in 8C5 ways.
P(x=0)=20C58C5=1550456=19387
P(x≥2)=1−64635−19387=969913=0.942
Answer: 0.942
Comments