document.write( "Question 424232: A teacher informs her history class that a test is very difficult, but the grades would be curved. Scores for the test are normally distributed with a mean of 25 and a standard deviation of 5. If the grades are curved according to the following scheme, find the numerical limits for each grade.
\n" );
document.write( " A: Top 10%
\n" );
document.write( " B: Scores above the bottom 70% and below the top 10%.
\n" );
document.write( " C: Scores above the bottom 30% and below the top 30%
\n" );
document.write( " D: Scores above the bottom 10% and below the top 70%
\n" );
document.write( " F: Bottom 10%
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #295817 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A teacher informs her history class that a test is very difficult, but the grades would be curved. Scores for the test are normally distributed with a mean of 25 and a standard deviation of 5. If the grades are curved according to the following scheme, find the numerical limits for each grade. \n" ); document.write( "A: Top 10% \n" ); document.write( "Find z-value with a 10% right tail: 1.2816 \n" ); document.write( "Corresponding grade: g = 1.2816*5+25 = 31.41 \n" ); document.write( "-------------------------------------------------- \n" ); document.write( "B: Scores above the bottom 70% and below the top 10%. \n" ); document.write( "z-value with 30% right tail: 0.5244 \n" ); document.write( "Corresponding grade: g = 0.5244*5+25 = 27.62 \n" ); document.write( "Ans: grades from 25.62<= g <=31.41 \n" ); document.write( "---------------------------------------- \n" ); document.write( "C: Scores above the bottom 30% and below the top 30% \n" ); document.write( "Can you figure it? \n" ); document.write( "--- \n" ); document.write( "D: Scores above the bottom 10% and below the top 70% \n" ); document.write( "Can you figure it? \n" ); document.write( "--- \n" ); document.write( "F: Bottom 10% \n" ); document.write( "z-value with 10% left tail: -1.2816 \n" ); document.write( "Corresponding grade: g = -1.2816*5+25 = 18.59 \n" ); document.write( "---------------------------------------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |