Question 959340
This is a binomial probability problem and there is probability(Pr) of (1/2) that person selected will be a women, we make 12 picks and are asked what is the Pr of getting 0, 1, 2 women in the 12 picks, that is
Pr( 0,1,2) = Pr(0) + Pr(1) + Pr(2),
binomial Pr = ( n! / (x!*(n-x)!)*(Pr^x)*((1-Pr)^(n-x))
Pr(0) = ( 12! / (0!*12!)*((1/2)^0)((1/2)^12) = 0.000244141
Pr(1) = ( 12! / (1!*11!))*(1/2)*(1/2)^11 = 0.002929688
Pr(2) = ( 12! / (2!*10!))*(1/2)^2*(1/2)^10 = 0.016113281
Pr( 0,1,2) = 0.000244141 + 0.002929688 + 0.016113281
Pr( 0,1,2) = 0.01928711 which is approx 0.02