document.write( "Question 824481: The achievement scores for a college entrance examination are normally distributed with a mean of 75 and a standard deviation of 10. What fraction of the scores would you expect to lie between 70 and 90? \n" ); document.write( "
Algebra.Com's Answer #496526 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The achievement scores for a college entrance examination are normally distributed with a mean of 75 and a standard deviation of 10. What fraction of the scores would you expect to lie between 70 and 90? \n" ); document.write( "----------- \n" ); document.write( "z(90) = (90-75)/10 = 15/10 = 1.5 \n" ); document.write( "z(70) = (70-75)/10 = -5/10 = -1/2 \n" ); document.write( "------ \n" ); document.write( "P(70< x <90) = P(-1/2 < z < 1.5) = normalcdf(-1/2,1.5) = 0.6247 \n" ); document.write( "=============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "--------------- \n" ); document.write( " |