Matthew S. answered 04/17/20
PhD in Ops Research with industry experience in Data Science
I'll write Xbar for sample mean of the random variable X
First let me state a rule of thumb: for sample sizes ≥ 30, Xbar is well-approximated by a normal distribution. All the sample sizes are well above 30, so we'll use normal.
For a normally-distributed random variable, 99% of the values lie within 3 standard deviations of the mean.
For the random variable X, σ = 13.7. But we want the standard deviation of the sample mean. For a sample mean Xbar drawn from a sample of size n, σXbar = σ/√n
(a) σXbar ≈ 1.85 (this is 13.7/√55)
Confidence interval is (100.4 - 3*1.85, 100.4 + 3*1.85) = (94.85, 105.95)
(b) σXbar ≈ 1.58
Confidence interval is (100.4 - 3*1.58, 100.4 + 3*1.58) = (95.66, 105.14)
(c) σXbar ≈ 1.34
Confidence interval is (100.4 - 3*1.34, 100.4 + 3*1.34) = (96.38, 104.42)
This example shows you how the confidence interval narrows as sample size increases.