document.write( "Question 425124: Students scoring the lowest 5% on a graduation exam are given additional assistance after school. If the average score is 720 with a standard deviation of 80, what is the cutoff score for a student to receive assistance?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #296130 by stanbon(75887) ![]() You can put this solution on YOUR website! Students scoring the lowest 5% on a graduation exam are given additional assistance after school. If the average score is 720 with a standard deviation of 80, what is the cutoff score for a student to receive assistance? \r \n" ); document.write( "\n" ); document.write( "----- \n" ); document.write( "Find the z-score with a left-tail of 5%. \n" ); document.write( "invNorm(0.05) = -1.645 \n" ); document.write( "--- \n" ); document.write( "Solve for \"x\": \n" ); document.write( "x = -1.645*80+720 = 588.41 \n" ); document.write( "================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |