Question 445993
The participants in a television quiz show are picked from a large pool of applicants with approximately equal numbers of men and women. Among the last 10 participants there have been only 2 women. If participants are picked randomly, what is the probability of getting 2 or fewer women when 10 people are picked? 

----------------------------
Binomial Problem with n = 10 and p = 1/2
---
P(0<= p <=2) = binomcdf(10,0.5,2) = 0.0547
====================
Cheers,
Stan H.
=========