document.write( "Question 1084533: A teacher informs his cell biology class (of 500+ students) that a test was very difficult, but the grades would be curved. Scores on the test were normally distributed with a mean of 26 and a standard deviation of 9. The maximum possible score on the test was 100 points. Because of partial credit, scores were recorded with 1 decimal point accuracy. (Thus, a student could earn a 26.6, but not a 25.31.)\r
\n" );
document.write( "\n" );
document.write( " The grades are curved according to the following scheme. Find the numerical limits for each letter grade. \r
\n" );
document.write( "\n" );
document.write( "A - Top 8%
\n" );
document.write( "B - Scores above the bottom 75%
\n" );
document.write( " and below the top 8%
\n" );
document.write( "C - Scores above the bottom 25%
\n" );
document.write( " and below the top 25%
\n" );
document.write( "D - Scores above the bottom 8%
\n" );
document.write( " and below the top 75%
\n" );
document.write( "F - Bottom 8%
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #698650 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A teacher informs his cell biology class (of 500+ students) that a test was very difficult, but the grades would be curved. Scores on the test were normally distributed with a mean of 26 and a standard deviation of 9. The maximum possible score on the test was 100 points. Because of partial credit, scores were recorded with 1 decimal point accuracy. (Thus, a student could earn a 26.6, but not a 25.31.) \n" ); document.write( "The grades are curved according to the following scheme. Find the numerical limits for each letter grade. \n" ); document.write( "A - Top 8% \n" ); document.write( "Find the z-score with a left tail of 0.92:: \n" ); document.write( "invNorm(0.92) = 1.405 \n" ); document.write( "Find the corresponding score:: \n" ); document.write( "x = z*s+u \n" ); document.write( "x = 1.405*9+26 = 38.65 \n" ); document.write( "Ans: score = 38.7 when rounded up \n" ); document.write( "--------------------------- \n" ); document.write( "B - Scores above the bottom 75% \n" ); document.write( "and below the top 8% \n" ); document.write( "invNorm(0.75) = 0.675 \n" ); document.write( "Corresponding score:: 0.675*9+26 = 32.1 \n" ); document.write( "Ans:: Above 32.1 ; Below 38.7 \n" ); document.write( "-------------------------------------- \n" ); document.write( "C - Scores above the bottom 25% \n" ); document.write( "and below the top 25% \n" ); document.write( "Above -0.675*9+26 ; Below 0.675*9+26 \n" ); document.write( "------------------------------ \n" ); document.write( "Etc. \n" ); document.write( "-- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "----------- \n" ); document.write( "D - Scores above the bottom 8% \n" ); document.write( "and below the top 75% \n" ); document.write( "F - Bottom 8% \n" ); document.write( " |