Question 1201937: Suppose the current annual salary of all teachers in the mexico have a normal distribution with a mean of 75,000 pesos and a standard deviation of 15,000 pesos.
A. Find the probability that the annual salary of a randomly selected teacher would be between 36,000 and 56,000.
B. Find the probability that the annual salary of a randomly selected teacher would be atleast 85,000 pesos.
C. Find the probability that the annual salary of a randomly selected teacher would be 80,000 pesos.
Answer by ikleyn(52776) (Show Source):
You can put this solution on YOUR website! .
I will assume that your preferred tool is regular calculator TI-83 or TI-84.
(A) p = normalcdf(36000, 56000, 75000, 15000) = 0.098. ANSWER
(B) p = normalcdf(85000, 9999999, 75000, 15000) = 0.2525. ANSWER
(C) p = 0 (or vanishingly small value) <<<---=== double check if you correctly posed this question.
Solved.
----------------
My lovely calculator for such problems is online free of charge
https://onlinestatbook.com/2/calculators/normal_dist.html
|
|
|