document.write( "Question 928926: Suppose that the distribution of test scores on a statistics exam are
\n" );
document.write( "normally distributed with a mean of 70 and a standard deviation of 11.
\n" );
document.write( "What proportion of the class scored more than 79 on the test? Round
\n" );
document.write( "your answer to the nearest ten-thousandth (4 decimal places).
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #563984 by ewatrrr(24785) You can put this solution on YOUR website! mean of 70 and a standard deviation of 11. \n" ); document.write( "p(x > 79) = P(z > 9/11) = normalcdf(.8182, 100) = .2066 0r 20.66% \n" ); document.write( " |