Question 729657
Mrs. Smith's reading class can read a mean of 175 words per minute with a standard deviation of 20 words per minute. The top 3% of the class is to receive a special award. Assuming that the distribution of words read per minute are normally distributed, what is the minimum number of words per minute a student would have to read in order to get the award?
-----
Find the z-value with a right tail of 3%.
|invNorm(0.03)| = 1.8808
----
Find the corresponding wpm number using x = z*s + u
----
wpm = 1.8808*20+175 = 213 when rounded up.
Cheers,
Stan H.