Question 437035
 twenty percent of the employees of a large company are female. find the probability that in a random sample of 15 employees, at least two are female. 
---
Binomial Problem with n = 15 and p = 0.2
---
P(x>=2) = 1-P(0<= x<=1) = 1 - binomcdf(15,0.2,1) = 0.8329
===============
Cheers,
Stan H.