document.write( "Question 571950: The senior class has been given a comprehensive examination to asses educational experience. The mean on the test was 75 and the standard deviation was 11. What percentage of the students had scores above 80? \n" ); document.write( "
| Algebra.Com's Answer #368262 by stanbon(75887)      You can put this solution on YOUR website! The senior class has been given a comprehensive examination to asses educational experience. The mean on the test was 75 and the standard deviation was 11. What percentage of the students had scores above 80? \n" ); document.write( "----- \n" ); document.write( "z(80) =(80-75)/11 = 0.4545 \n" ); document.write( "--- \n" ); document.write( "P(x > 80) = P(z > 0.4545) = normalcdf(0.4545,100) = 0.3247 \n" ); document.write( "================= \n" ); document.write( "cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================= \n" ); document.write( " |