SOLUTION: 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?
Algebra ->
Probability-and-statistics
-> SOLUTION: 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?
Log On
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? Answer by stanbon(75887) (Show Source):
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?
------
Find the z-score with a right tail of 10%
invNorm(0.9) = 1.2816
----
Find the correspondiing score value
----
x = z*s + u
x = 1.2816*5 + 73 = 79.4
-----
Ans: score >= 79.4
---------------------
Cheers,
Stan H.
-------------