document.write( "Question 909689: question: Scores on a common final exam are normally distributed with a mean of 66 and a standard deviation of 11. Approximately the top 10% of the students will receive an A. Approximately, what is the minimum exam score to award an A?\r
\n" );
document.write( "\n" );
document.write( "I have tried solving this using the standard normal distribution table but have been unable to get the correct answer of 80. \n" );
document.write( "
Algebra.Com's Answer #551975 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Scores on a common final exam are normally distributed with a mean of 66 and a standard deviation of 11. Approximately the top 10% of the students will receive an A. Approximately, what is the minimum exam score to award an A? \n" ); document.write( "------ \n" ); document.write( "Find the z-value with a left tail of 0.90 \n" ); document.write( "------ \n" ); document.write( "invNorm(0.90) = 1.2816 \n" ); document.write( "---- \n" ); document.write( "Find the corresponding score:: \n" ); document.write( "x = z*s + u \n" ); document.write( "x = 1.2816*11+66 = 80 when rounded down \n" ); document.write( "---------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------------ \n" ); document.write( " |