document.write( "Question 934850: Student population of 4000 take a test. The mean is 610 and standard deviation is 60. How many students score 570 or higher? \n" ); document.write( "
Algebra.Com's Answer #567931 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! Pr(X>570) = 1 - Pr(X<570) \n" ); document.write( "calculate z-score for Pr(X<570) \n" ); document.write( "z-score = (570 - 610) / 60 = −0.666666667 approx -0.67 \n" ); document.write( "Pr(X>570) = 1 - Pr(X<570) = 1 - 0.2514 = 0.7486 \n" ); document.write( "now 4000 * 0.7486 = 2994.4 = 2994 students \n" ); document.write( " \n" ); document.write( " |