document.write( "Question 1119173: An art history professor assigns letter grades on a test according to the following scheme.\r
\n" );
document.write( "\n" );
document.write( "A: Top 13% of scores\r
\n" );
document.write( "\n" );
document.write( "B: Scores below the top 13% and above the bottom 56%
\n" );
document.write( "C: Scores below the top 44% and above the bottom 21%
\n" );
document.write( "D: Scores below the top 79% and above the bottom 9%
\n" );
document.write( "F: Bottom 9% of scores\r
\n" );
document.write( "\n" );
document.write( "Scores on the test are normally distributed with a mean of 79.7 and a standard deviation of 8.4. Find the numerical limits for a B grade. Round your answers to the nearest whole number, if necessary. \n" );
document.write( "
Algebra.Com's Answer #734897 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! top 13% is z=+1.128 \n" ); document.write( "z=(x-mean)/sd=(x-79.7)/8.4=1.128 \n" ); document.write( "score=89.18 or 89 \n" ); document.write( "------------ \n" ); document.write( "bottom 56% is 44th percentile and z=-0.15 \n" ); document.write( "score is (x-79.7)=-.15*8.4 \n" ); document.write( "=78.4 or 78 \n" ); document.write( "range is [78, 89] \n" ); document.write( "----------------- \n" ); document.write( "Below top 44 and above the bottom 21 \n" ); document.write( "The top 44 are above z=+0.15 or a score of 80.96 or 81 \n" ); document.write( "Bottom 21% are at z of -0.81 or a score of 72.90 or 73 \n" ); document.write( "so range is [73, 81]\r \n" ); document.write( "\n" ); document.write( "Top 79% are above the 21st percentile so any score below 73 is below the top 79%. The bottom 9% are with z=-1.34 so -1.34=(x-79.7)/8.4 \n" ); document.write( "-11.26=x-79.7, so this score is 68.44 or 68 \n" ); document.write( "[68, 73]\r \n" ); document.write( "\n" ); document.write( "Bottom 9% is <68\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |