Question 421482
The probability of having a female baby is 0.52. What is the probability that in 200 births the number of female newborns will be 100 or higher? 
Question is multiple choice with the following options:
----
Binomial Problem with n = 200 and p = 0.52
----
P(x>= 100) = 1-binomcdf(200,0.52,99) = 0.7380
===================================================
Cheers,
Stan H.
===========