SOLUTION: The annual precipitation amounts in a certain mountain range are normally distributed with a mean of 88 inches, and a standard deviation of 10 inches. What is the likelihood that t
Algebra ->
Probability-and-statistics
-> SOLUTION: The annual precipitation amounts in a certain mountain range are normally distributed with a mean of 88 inches, and a standard deviation of 10 inches. What is the likelihood that t
Log On
Question 682801: The annual precipitation amounts in a certain mountain range are normally distributed with a mean of 88 inches, and a standard deviation of 10 inches. What is the likelihood that the mean annual precipitation during 25 randomly picked years will be less than 90.8 inches? Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! The annual precipitation amounts in a certain mountain range are normally distributed with a mean of 88 inches, and a standard deviation of 10 inches. What is the likelihood that the mean annual precipitation during 25 randomly picked years will be less than 90.8 inches?
----
Mean of the sample means of samples of size 25 = 10/sqrt(25) = 2
------
z(90.8) = (90.8-88)/2 = 2.8/2 = 1.4
----
P(x < 90.8) = P(z < 1.4) = normalcdf(-100,1.4) = 0.9192
========================
Cheers,
Stan H.
========================