document.write( "Question 581466: Scores on a test are approximately normally distributed with a mean of 70 and a standard deviation of 9. The teacher wants to give A's to the top 10% of students and B's to the next 23%. What is the bottom cut-off for a B grade? Round to the nearest whole number.\r
\n" );
document.write( "\n" );
document.write( "My answer = 76\r
\n" );
document.write( "\n" );
document.write( "Thank you very much! \n" );
document.write( "
Algebra.Com's Answer #371651 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Scores on a test are approximately normally distributed with a mean of 70 and a standard deviation of 9. The teacher wants to give A's to the top 10% of students and B's to the next 23%. What is the bottom cut-off for a B grade? Round to the nearest whole number. \n" ); document.write( "My answer = 76 \n" ); document.write( "----- \n" ); document.write( "I get 71.5874 \n" ); document.write( "--- \n" ); document.write( "invNorm(0.57) = 0.1764 \n" ); document.write( "---- \n" ); document.write( "score = 0.1764*9+70 = 71.5874 \n" ); document.write( "Round up to 72 \n" ); document.write( "================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |