document.write( "Question 801848: estimate the indicated probability by using the normal distribution as an approximation to the binomial distribution. \r
\n" );
document.write( "\n" );
document.write( "with n= 80 and p= 0.40,estimate P (fewer than 8) \n" );
document.write( "
Algebra.Com's Answer #483663 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! estimate the indicated probability by using the normal distribution as an approximation to the binomial distribution. \n" ); document.write( "with n= 80 and p= 0.40,estimate P (fewer than 8) \n" ); document.write( "----- \n" ); document.write( "mean = np = 80*0.4 = 32 \n" ); document.write( "std: sqrt(npq) = sqrt(32(0.6)) = 4.3818 \n" ); document.write( "------ \n" ); document.write( "Binomial:: P(x < 8) \n" ); document.write( "Normal approx:: P(0<= x <= 8.5) \n" ); document.write( "--- \n" ); document.write( "z(0) = (0-32)/4.3818 = -7.3029 \n" ); document.write( "z(8.5) = (8.5-32)/4.3818 = -5.36 \n" ); document.write( "---- \n" ); document.write( "P(x < 8.5)= P(-7.3029 < z < -5.36) \n" ); document.write( "= normalcdf(-7.3029,-5.36) = 4.1x10^-8 \n" ); document.write( "=================== \n" ); document.write( " \n" ); document.write( " |