a) Sample mean is obtained by adding all 15 numbers, and dividing by 15. This gives an answer of 8.2307
To find SD, we would subtract one of the data points from the mean and square the value. We would have to add up all the squared differences for all 15 points, which would be the variance. Then we take the square root to get 0.028 (to 3 decimal places). To 2 decimal places, this is 0.03.
b) 95% Confidence Interval: For two-sided CI, the corresponding z-factor is 1.96. Then the bounds are:
Lower bound = mean - z*SD = 8.2307 - 1.96*0.028 = 8.17582
Upper bound = mean + z*SD = 8.2307 + 1.96*0.028 = 8.28558
So the confidence interval is (8.176, 8.286).