document.write( "Question 915015: Scores on a standardized test are normally distributed with a mean of 350 and a standard deviation of 25. Approximately what percent of students scored between 360 and 380?
\n" );
document.write( " a.10%
\n" );
document.write( " b.16%
\n" );
document.write( " c.23%
\n" );
document.write( " d.38% \n" );
document.write( "
Algebra.Com's Answer #555395 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! mean of 350 and a standard deviation of 25 \n" ); document.write( " \n" ); document.write( "z(360) = 10/25 = .4 \n" ); document.write( "z(380) = 30/25 = 1.2 \n" ); document.write( "P(350 < x < 380) = normalcdf(.4, 1.2) \n" ); document.write( " \n" ); document.write( " |