SOLUTION: The monthly salary in a big organization is normally distributed with mean Rs. 3000, and standard deviation of Rs. 250. What should be the minimum salary of a worker in the organiz
Algebra ->
Statistics
-> Normal-probability
-> SOLUTION: The monthly salary in a big organization is normally distributed with mean Rs. 3000, and standard deviation of Rs. 250. What should be the minimum salary of a worker in the organiz
Log On
Question 1078213: The monthly salary in a big organization is normally distributed with mean Rs. 3000, and standard deviation of Rs. 250. What should be the minimum salary of a worker in the organization so that the probability that he belongs to top 5% workers.
You can put this solution on YOUR website! The monthly salary in a big organization is normally distributed with mean Rs. 3000, and standard deviation of Rs. 250. What should be the minimum salary of a worker in the organization so that the probability that he belongs to top 5% workers.
-------
Find the z-value with a right tail of 5%.
invNorm(0.95) = 1.645
----
Find the corresponding salary value::
x = z*s + u
x = 1.645*250 + 3000 = Rs 3411.21
-------------------
Cheers,
Stan H.
------------------