document.write( "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. \n" ); document.write( "
Algebra.Com's Answer #297327 by stanbon(75887)\"\" \"About 
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.
\n" ); document.write( "---
\n" ); document.write( "mean = np = 100(1/2) = 50
\n" ); document.write( "std = sqrt(npq) = sqrt(25) = 5
\n" ); document.write( "--
\n" ); document.write( "z(49.5) = (49.5-50)/5 = -0.5/5 = -0.1
\n" ); document.write( "----
\n" ); document.write( "z(100.5) = (100.5-50)/5 = 10.1
\n" ); document.write( "---
\n" ); document.write( "P(51< x <=1) = P(-0.1< z <= 10.1) = 0.5398
\n" ); document.write( "===============
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "===============
\n" ); document.write( "
\n" );