Mary Ann S. answered 08/11/22
Ph.D. Educational Measurement, Doctoral Minor in Statistics.
The problem deals with the distribution of the sum of normally distributed variables from the same population. So long as the samples are independent, i.e., the values of one don't depend on the values in another, then the sum will also have a normal distribution,
Specifically, where the population mean is μ, variance is σ2 , and n is number of samples taken.
Σ(X) ~ N(μ = nμ, nσ2)
In this problem, you have a population mean of 12 with sigma = 4.1 and a sample of 8 years, n = 8.
The distribution of interest is now mean = (8)(12) = 96, sigma = sqrt(n)*sigma = (4.1)(sqrt(8)) = 11.60.
The remainder of the problem is straight manipulation of Z-scores. The NORM.S.DIST(Z, True) function in Excel will return the p(Z < z).
Find sum(X) Z p(Z < Z) p(Z > Z) Note
p(sum(X) > 90) 90 -0.517 0.302 0.698 p(Z > Z) = 1 - p(Z < Z)
p(sum(X) < 80) 80 -1.380 0.084
p(80 < sum(X) < 90) = 0.219, p(Z < -.517) - p(Z < -1.380)