document.write( "Question 941665: The scores on a particular test are normally distributed with mean of 73 and standard deviation 5. What score would a student need to be among the top 10% of all test scores? \n" ); document.write( "
Algebra.Com's Answer #574079 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
The scores on a particular test are normally distributed with mean of 73 and standard deviation 5. What score would a student need to be among the top 10% of all test scores?
\n" ); document.write( "------
\n" ); document.write( "Find the z-score with a right tail of 10%
\n" ); document.write( "invNorm(0.9) = 1.2816
\n" ); document.write( "----
\n" ); document.write( "Find the correspondiing score value
\n" ); document.write( "----
\n" ); document.write( "x = z*s + u
\n" ); document.write( "x = 1.2816*5 + 73 = 79.4
\n" ); document.write( "-----
\n" ); document.write( "Ans: score >= 79.4
\n" ); document.write( "---------------------
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "-------------
\n" ); document.write( "
\n" );