document.write( "Question 1006219: A Large group of students took a test in Math and the final grades have a mean of 75 and a standard deviation of 8. If we can approximate the distribution of these grades by a normal distribution. What percentage of the students
\n" );
document.write( "(a) should pass the test (grades >= 60)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #622421 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! z=(x-mean)/sd \n" ); document.write( "(60-75)/8 \n" ); document.write( "= -1.875 \n" ); document.write( "Want the probability z>= -1.875 \n" ); document.write( "It is 0.9696 \n" ); document.write( " |