document.write( "Question 1127319: A math professor notices that scores from a recent exam are normally distributed with a mean of 66 and a standard deviation of 4.
\n" );
document.write( "(a) What score do 25% of the students exam scores fall below? Enter your response to 2 decimal places.
\n" );
document.write( "Answer:
\n" );
document.write( "(b) Suppose the professor decides to grade on a curve. If the professor wants 0.15% of the students to get an A, what is the minimum score for an A? Enter your response rounded to the nearest INTEGER VALUE.
\n" );
document.write( "Answer:
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #743794 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A math professor notices that scores from a recent exam are normally distributed with a mean of 66 and a standard deviation of 4. \n" ); document.write( "(a) What score do 25% of the students exam scores fall below? Enter your response to 2 decimal places. \n" ); document.write( "Answer: The z-score of that exam score is invNorm(0.25) = -0.6745 \n" ); document.write( "The exam score is -0.6745*4+ 66 = 63.30 \n" ); document.write( "------------- \n" ); document.write( "(b) Suppose the professor decides to grade on a curve. If the professor wants \n" ); document.write( "15% of the students to get an A, what is the minimum score for an A? Enter your response rounded to the nearest INTEGER VALUE. \n" ); document.write( "Find the z-score of that student score: \n" ); document.write( "z = invNorm(0.85) = 1.0364 \n" ); document.write( "Find the student score:: x = z*s+u = 1.0364*4+66 = 70 (when rounded) \n" ); document.write( "----- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------ \n" ); document.write( " |