document.write( "Question 926324: Igor’s statistics professor gives final grades that are normally distributed with a mean of 68 and a standard deviation of 10. The professor says that the top 5% of the class will receive an A and the next 20% of the class will receive a B.\r
\n" );
document.write( "\n" );
document.write( " What is the minimum grade needed for an A?\r
\n" );
document.write( "\n" );
document.write( " What is the minimum grade needed for a B?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #562163 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! mean of 68 and a standard deviation of 10 \n" ); document.write( ".... \n" ); document.write( "the minimum grade needed for an A: 85 \n" ); document.write( "10(invNorm(.95)) + 68 = 10(invNorm(1.6449)) + 68 = 84.449 \n" ); document.write( "......... \n" ); document.write( "What is the minimum grade needed for a B: 74 \n" ); document.write( "10(invNorm(.70)) + 68 = 10(invNorm(.5244)) + 68 = 73.244 \n" ); document.write( " \n" ); document.write( " |