Question 286233
Mrs Smith 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. What is the minimum number of words per minute a student would have to read in order to get the award?
------------------------
Find the z-score with a right tail of 3%: invNorm(0.97) = 1.8808
------------------------
Use x = zs + u to solve for x:
-------
x = 1.8808*20 + 175
x = 212.62
Round up to 213 words per minute
================
Cheers,
Stan H.