So let's say a worker earns $\$16$ per hour at a plant and is told that only $5\%$ of all workers make a higher wage. If the wages are normally distributed with standard deviation of $\$5$ per hour then what is the average hourly wage of the plants workers. I've worked with the normal distribution before but I don't know how to do this question based on how it's worded.
2026-03-31 17:54:45.1774979685
A worker is told that only $5\%$ of all workers make a higher wage. If the wages are normally distributed, what is the average hourly wage?
1.2k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
If you use the standard normal distribution the random variable must be standardized.
$Z=\frac{X-\mu}{\sigma}$
Therefore
$P(X\leq x)=\Phi\left(\frac{x-\mu}{\sigma} \right)=\Phi\left(\frac{16-\mu}{5} \right)=0.95$
$\Phi\left(z\right)$ is the cdf of the standard normal distribution. $95\%(=100\%-5\%)$ of the other workers earn less than this specific worker.
Taking the inverse of the cdf.
$\frac{16-\mu}{5} =\Phi^{-1}(0.95)$
The table shows that $\Phi^{-1}(0.95)\approx 1.645$.
Now you can solve for $\mu$.