Question 470515
According to a website about salaries, the national average salary as of October 2003 for a human resources clerk was $29,932. We assume that the annual salaries for clerks are normally distributed with a standard deviation of $1,860. (Give your answers correct to two decimal places.)
-------------------- 
(a) Find the percentage who earn less than $27,004.
z(27004) = (27004-29932)/1860 = -1.5742
---
P(x < 27004) = P(z < -1.5742) = normalcdf(-100,-1.5742) = 0.0577
-------------------------------
 
(b) Find the percentage who earn more than $31,892.
normalcdf(31,892,10^99,29932,1860) = 0.1460
====================
Cheers,
Stan H.
==================