Given:
- Sample mean \( \bar{x} = 108 \)
- Sample standard deviation \( s = 10 \)
- Sample size \( n = 15 \)
To calculate the 80% confidence interval, we use the formula:
\[
\bar{x} \pm t \frac{s}{\sqrt{n}}
\]
where \( t \) is the critical value from the \( t \)-distribution for \( \alpha = 0.20 \) and \( df = n - 1 = 14 \). The critical value \( t \) is approximately \( 1.3 \).
Calculating the margin of error:
\[
E = t \frac{s}{\sqrt{n}} = 1.3 \cdot \frac{10}{\sqrt{15}} \approx 3.5
\]
Thus, the confidence interval is:
\[
(108 - 3.5, 108 + 3.5) = (104.5, 111.5)
\]
Given:
Using the same formula:
\[
\bar{x} \pm t \frac{s}{\sqrt{n}}
\]
For \( n = 27 \), \( df = 26 \) and the critical value \( t \) is approximately \( 1.3 \).
Calculating the margin of error:
\[
E = t \frac{s}{\sqrt{n}} = 1.3 \cdot \frac{10}{\sqrt{27}} \approx 2.5
\]
Thus, the confidence interval is:
\[
(108 - 2.5, 108 + 2.5) = (105.5, 110.5)
\]
Given:
Using the formula:
\[
\bar{x} \pm t \frac{s}{\sqrt{n}}
\]
For a 99% confidence level, \( \alpha = 0.01 \) and \( df = 14 \). The critical value \( t \) is approximately \( 3.0 \).
Calculating the margin of error:
\[
E = t \frac{s}{\sqrt{n}} = 3.0 \cdot \frac{10}{\sqrt{15}} \approx 7.0
\]
Thus, the confidence interval is:
\[
(108 - 7.0, 108 + 7.0) = (100.3, 115.7)
\]
As the level of confidence increases, the size of the interval increases. This is evident from the comparison of the intervals:
- 80% CI for \( n = 15 \): \( (104.5, 111.5) \)
- 99% CI for \( n = 15 \): \( (100.3, 115.7) \)
For parts (a)-(c), the population is assumed to be normally distributed. If the population were not normally distributed, the confidence intervals could still be computed if the sample size is sufficiently large (typically \( n \geq 30 \)) due to the Central Limit Theorem. However, for small sample sizes, normality is a critical assumption.
- 80% Confidence Interval for \( n = 15 \): \( \boxed{(104.5, 111.5)} \)
- 80% Confidence Interval for \( n = 27 \): \( \boxed{(105.5, 110.5)} \)
- 99% Confidence Interval for \( n = 15 \): \( \boxed{(100.3, 115.7)} \)
- Effect of increasing confidence level: \( \boxed{\text{A}} \)
- Normality requirement: \( \boxed{\text{C}} \)