SOLUTION: what is the probability that an employee stays in the same job until retirement is 0.5. There are 1,000 employees that work for the city. What is the probability that 500 or fewer
Algebra ->
Probability-and-statistics
-> SOLUTION: what is the probability that an employee stays in the same job until retirement is 0.5. There are 1,000 employees that work for the city. What is the probability that 500 or fewer
Log On
Question 995243: what is the probability that an employee stays in the same job until retirement is 0.5. There are 1,000 employees that work for the city. What is the probability that 500 or fewer employees stay in their jobs until retirement? Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! what is the probability that an employee stays in the same job until retirement is 0.5. There are 1,000 employees that work for the city. What is the probability that 500 or fewer employees stay in their jobs until retirement?
-------
Use the normal approximation:
---
mean = np = 1000*(1/2) = 500
std = sqrt(npq) = sqrt(500(1/2)) = sqrt(250) = 5sqrt(10)
------------------------------
P(0<= x <=500) = P(x <= 501)
z(501) = (501-500)/5sqrt(10)) = 1/(5sqrt(10)) = 0.0633
-----
P(0<= x <= 500) is approximately P(z < 0.0633) = 0.5252
-----------
Cheers,
Stan H.
-----------