document.write( "Question 578390: assume that x has a normal distribution, and find the indicated probablility. The mean is 60.0 and the standard deviation is 4.0. Find the probability that x is less than 53.0 \n" ); document.write( "
Algebra.Com's Answer #370693 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! assume that x has a normal distribution, and find the indicated probablility. The mean is 60.0 and the standard deviation is 4.0. Find the probability that x is less than 53.0 \n" ); document.write( "-------- \n" ); document.write( "z(53) = (53-60)/4.0 = -7/4 \n" ); document.write( "----- \n" ); document.write( "P(x < 53) = P(z < -7/4) = normalcdf(-100,-7/4) = 0.0401 \n" ); document.write( "====================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |