document.write( "Question 286222: After the first exam the professor reports to the class that the mean for the exam was 73, and the standard deviation was 7.\r
\n" );
document.write( "\n" );
document.write( "If the bottom 10% of the class fail the exam, what score would earn a student a failing grade? \n" );
document.write( "
Algebra.Com's Answer #207545 by stanbon(75887) ![]() You can put this solution on YOUR website! After the first exam the professor reports to the class that the mean for the exam was 73, and the standard deviation was 7. \n" ); document.write( "If the bottom 10% of the class fail the exam, what score would earn a student a failing grade? \n" ); document.write( "-------------------- \n" ); document.write( "Find the z-value with a 10% left tail: \n" ); document.write( "invNorm(0.10) = -1.2816... \n" ); document.write( "------------------- \n" ); document.write( "Find the score corresponding to that z-score: \n" ); document.write( "------ \n" ); document.write( "x = zs+u \n" ); document.write( "x = -1.2816*7 + 73 \n" ); document.write( "x = 64.029 \n" ); document.write( "Scores below that fail. \n" ); document.write( "=============================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |