Let X = the random variable denoting the salary of the selected employee
We have,
X ~ N( = 40000, = 15000)
Then,
Z = ~ N(0, 1), Z is the standard normal variate
(i) The probability that the employee’s salary is more than $35,000
= P(X > 35000)
= P()
= P(Z > - 0.33)
= 1 - P(Z - 0.33)
= 1 - (- 0.33)
= 1 - 0.3707 [from standard normal table]
= 0.6293
Answer: The probability that the employee’s salary is more than $35,000 is 0.6293.
(ii) The probability that the employee’s salary is between $36,000 to $42,000
P(36000 X 42000)
= P()
= P(-0.27 Z 0.13)
= P(Z 0.13) - P(Z < -0.27)
= (0.13) - (-0.27)
= 0.5517 - 0.3936 [from standard normal table]
= 0.1581
Answer: The probability that the employee’s salary is between $36,000 to $42,000 is 0.1581.
Comments