document.write( "Question 1149161: A group of more than 1000 students took a test in Mathematics and their final grades have a mean of 70 and a standard deviation of 10. If we can approximate the distribution of these grades by a normal distribution, what percent of the students\r
\n" );
document.write( "\n" );
document.write( "(a) scored higher than 80?
\n" );
document.write( "(b) should pass the test (grades ≥ 60)? \n" );
document.write( "
Algebra.Com's Answer #770519 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! (a) Probability (P) (X > 80) = 1 - P(X < 80) \n" ); document.write( ": \n" ); document.write( "z-score(80) = (80 - 70)/10 = 1 \n" ); document.write( ": \n" ); document.write( "Lookup a z-score of 1 in the table of z-values and its associated P \n" ); document.write( ": \n" ); document.write( "P(X < 80) = 0.8413 \n" ); document.write( ": \n" ); document.write( "P(X > 80) = 1 - 0.8413 = 0.1587 \n" ); document.write( ": \n" ); document.write( "(b) z-score(60) = (60 -70)/10 = -1 \n" ); document.write( ": \n" ); document.write( "P(X < 60) = 0.1587 \n" ); document.write( ": \n" ); document.write( "P(X > 60) = 1 - 0.1587 = 0.8413 \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " |