SOLUTION: The amount of snowfall falling in a certain mountain range is normally distributed with a mean of 74 inches, and a standard deviation of 12 inches. what is the probability that the

Algebra ->  Probability-and-statistics -> SOLUTION: The amount of snowfall falling in a certain mountain range is normally distributed with a mean of 74 inches, and a standard deviation of 12 inches. what is the probability that the      Log On


   



Question 922148: The amount of snowfall falling in a certain mountain range is normally distributed with a mean of 74 inches, and a standard deviation of 12 inches. what is the probability that the mean annual snowfall during 36 randomly picked years will exceed 76.8 inches? (I know the answer I do not know how to get the answer)
Found 2 solutions by ewatrrr, stanbon:
Answer by ewatrrr(24785) About Me  (Show Source):
You can put this solution on YOUR website!
mean of 74 inches, and a standard deviation of 12 inches, n = 36
z+=blue+%28x+-+mu%29%2Fblue%28sigma%2Fsqrt%28n%29%29
x= 76.8, z = 2.8//(12/sqrt(36)) = 1.4
P(xbar> 76.5) = P(z >1.4) = normalcdf(1.4, 100) = .0808 0r 8.08%
z-test was used as Population SD is known and sample size > 30
...........
A NEED to know is what sample size is thought to be sufficient
for using z-test WHEN Population SD is known...check with Your sources.
...........
Population SD unknown...t-test is generally called for.
t+=blue+%28x+-+mean%29%2Fblue%28s%2Fsqrt%28n%29%29 and tcdf function used.

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
The amount of snowfall falling in a certain mountain range is normally distributed with a mean of 74 inches, and a standard deviation of 12 inches. what is the probability that the mean annual snowfall during 36 randomly picked years will exceed 76.8 inches? (I know the answer I do not know how to get the answer)
-----------------------
t(76.8) = (76.8-74)/(12/sqrt(36)) = 2.8/(2) = 1.4
------
P(x-bar > 76.8) = P(t > 1.4 when df = 35) = tcdf(1.4,100,35) = 0.3458
-------------------
Cheers,
Stan H.
=============