document.write( "Question 1115892: The result of an exam score for a given class is normally distributed. If the mean score is
\n" );
document.write( "85 points and the standard deviation is equal to 20 points, find the cutoff passing grade
\n" );
document.write( "such that 83.4% of those taking the test will pass. \n" );
document.write( "
Algebra.Com's Answer #730716 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! We want the 83.4%ile or 0.8340 \n" ); document.write( "The lowest grade to pass will be at the 16.6%ile or 0.1667 \n" ); document.write( "on the z-table this is at -0.97 \n" ); document.write( "z=(x-mean)/sd \n" ); document.write( "-0.97=(x-mean)/20 \n" ); document.write( "-19.4=x-85 \n" ); document.write( "x=65.6 cutoff \n" ); document.write( " \n" ); document.write( " |