document.write( "Question 807019: A teacher says that the top 10% of the class received an A on the last test. The scores were normally distributed with mean 63 and standard deviation 10. Find the minimum score required to get an A. \n" ); document.write( "
Algebra.Com's Answer #486154 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A teacher says that the top 10% of the class received an A on the last test. The scores were normally distributed with mean 63 and standard deviation 10. Find the minimum score required to get an A. \n" ); document.write( "------ \n" ); document.write( "Find the z-score with a left tail of 0.9 (right tail of 0.10). \n" ); document.write( "---- \n" ); document.write( "invNorm(0.9) = 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*10 + 63 \n" ); document.write( "x = 75.816 \n" ); document.write( "============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============== \n" ); document.write( " |