SOLUTION: If the weights of males are distributed normally with mean of 170 and standard deviation of 20, what weight (to the nearest pound) would correspond with the 40th percentile?

Algebra ->  Probability-and-statistics -> SOLUTION: If the weights of males are distributed normally with mean of 170 and standard deviation of 20, what weight (to the nearest pound) would correspond with the 40th percentile?      Log On


   



Question 975206: If the weights of males are distributed normally with mean of 170 and standard deviation of 20, what weight (to the nearest pound) would correspond with the 40th percentile?
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
If the weights of males are distributed normally with mean of 170 and standard deviation of 20, what weight (to the nearest pound) would correspond with the 40th percentile?
---------
Find the z-value with a left tail of 0.40
------
invNorm(0.4) = -0.2534
------
Find the corresponding weight value::
---
x = -0.2534*20 + 170 = 164.93
--------------
Cheers,
Stan H.
------------------