document.write( "Question 762951: A test is given with a mean score of 77 and a standard deviation of 8.
\n" );
document.write( "Draw a sketch of a normal distribution centered at the mean of 77 and divide it into 5 regions based on the following grades:
\n" );
document.write( "The top 10% of scores receive an A =
\n" );
document.write( "The next 20% of scores receive a B =
\n" );
document.write( "The middle 40% of scores receive a C =
\n" );
document.write( "The next 20% of scores receive a D
\n" );
document.write( "The bottom 10% of scores receive an F
\n" );
document.write( "Find the minimum scores on the test that would give a student an A, B, C, D and F
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #464355 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Draw a sketch of a normal distribution centered at the mean of 77 and standard \n" ); document.write( "deviation of 8; divide it into 5 regions based on the following grades: \n" ); document.write( "The top 10% of scores receive an A = \n" ); document.write( "Find the z-value with a left tail of 0.90:: invNorm(0.9) = 1.2816 \n" ); document.write( "Find the score using x = z*s+u \n" ); document.write( "x = 1.2816*8+ 77 = 87.25 \n" ); document.write( "------------------------------------------- \n" ); document.write( "The next 20% of scores receive a B = \n" ); document.write( "invNorm(0.7) = 0.5244 \n" ); document.write( "x = 0.5244*8+77 = 85.20 \n" ); document.write( "------------------------------------------- \n" ); document.write( "The middle 40% of scores receive a C = \n" ); document.write( "invNorm(0.3) = -0.5244 \n" ); document.write( "x = -0.5244*8+77 = 72.8048 \n" ); document.write( "--------------------------------------- \n" ); document.write( "The next 20% of scores receive a D \n" ); document.write( "invNorm(0.1) = -1.2816 \n" ); document.write( "x = -1.2816*8+77 = 66.7476 \n" ); document.write( "====================================== \n" ); document.write( "The bottom 10% of scores receive an F \n" ); document.write( "invNorm(0) = -oo \n" ); document.write( "x = 0 \n" ); document.write( "Find the minimum scores on the test that would \n" ); document.write( "give a student an A, B, C, D and F \n" ); document.write( "==================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "==================== \n" ); document.write( " \n" ); document.write( " |