document.write( "Question 928886: A man reports the final scores in his statistics course are normally distributed with a mean of 72 and a standard deviation of 5. He assigns grades such that the top 15% of the students receive an A. What is the lowest score a student can receive to earn an A? \n" ); document.write( "
Algebra.Com's Answer #563936 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! mean of 72 and a standard deviation of 5. \n" ); document.write( "5(invNorm(.85) + 72 = x \n" ); document.write( "5(1.0364) + 72 = 77.182 \n" ); document.write( "78 is the lowest score a student can receive to earn an A \n" ); document.write( " |