SOLUTION: Using normal approximation, what is an estimation of the probability of getting more than 51 girls in 100 births, assuming that boys and girls are equally likely.

Algebra ->  Probability-and-statistics -> SOLUTION: Using normal approximation, what is an estimation of the probability of getting more than 51 girls in 100 births, assuming that boys and girls are equally likely.      Log On


   



Question 427437: Using normal approximation, what is an estimation of the probability of getting more than 51 girls in 100 births, assuming that boys and girls are equally likely.
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
Using normal approximation, what is an estimation of the probability of getting more than 51 girls in 100 births, assuming that boys and girls are equally likely.
---
mean = np = 100(1/2) = 50
std = sqrt(npq) = sqrt(25) = 5
--
z(49.5) = (49.5-50)/5 = -0.5/5 = -0.1
----
z(100.5) = (100.5-50)/5 = 10.1
---
P(51< x <=1) = P(-0.1< z <= 10.1) = 0.5398
===============
Cheers,
Stan H.
===============