document.write( "Question 286569: Use normal approximation to estimate the probability of getting less than 48 girls in 100 births. Assume that boys and girls are equally likely. \n" ); document.write( "
Algebra.Com's Answer #207951 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
Use normal approximation to estimate the probability of getting less than 48 girls in 100 births. Assume that boys and girls are equally likely.
\n" ); document.write( "----------------
\n" ); document.write( "binomial P(0<= x <=48)
\n" ); document.write( "normal appox = P(-0.5<= x <=48.5)
\n" ); document.write( "mean = np = 100(1/2) = 50
\n" ); document.write( "std = sqrt(npq) = sqrt(50(1/2)) = sqrt(25) = 5
\n" ); document.write( "----
\n" ); document.write( "z(-0.5) = (-0.5-50)/5 = -10.1
\n" ); document.write( "z(48.5) = (48.5-50)/5 = -0.3
\n" ); document.write( "--------------
\n" ); document.write( "P(-10.1<= z <=-.3) = 0.3821
\n" ); document.write( "================================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );