document.write( "Question 773712: 44 students take an exam. The mean in 57 with a standard deviation of 20 what is the probability of getting a 50 or worse?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #471770 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 44 students take an exam. The mean in 57 with a standard deviation of 20 what is the probability of getting a 50 or worse? \n" ); document.write( "----- \n" ); document.write( "z(50) = (50-57)/20 = -7/20 \n" ); document.write( "----- \n" ); document.write( "P(x <= 50) = P(z <= -7/20) = normalcdf(-100,-7/20) = 0.3632 \n" ); document.write( "----- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "====== \n" ); document.write( " |