Answer:
CI = [19.1,26.5]
Explanation:
Ok, so I'm going to assume this is a Gaussian distribution where the standard dev. is known, and n is large (>30) we're going to use the Z-distribution formula.
The setup looks like this:
![CI = [mean - (z_(\alpha /2)*(standard dev.))/(√(n) ), mean + (z_(\alpha/2)*(standard dev.))/(√(n))]](https://img.qammunity.org/2024/formulas/mathematics/college/g6nsljiu6bt3ebwj9ox7ngphyq2f8qfvm8.png)
mean = 22.8
standard dev = 13.3
alpha = 1-0.98 = 0.02
z_(alpha/2) (from z table) = 2.3263
n = 71
CI = [19.1,26.5]