Question 1207748
<font color=black size=3>
xbar = sample mean
s = sample standard deviation
n = sample size
df = degrees of freedom


xbar = 13.6
s = 0.94
n = 19
df = n-1 = 19-1 = 18 


Use a T table such as this one
<a href="https://www.sjsu.edu/faculty/gerstman/StatPrimer/t-table.pdf">https://www.sjsu.edu/faculty/gerstman/StatPrimer/t-table.pdf</a>
Similar tables should be found in the back of your stats textbook.
Use that table to determine the t critical value is roughly t =  2.552 at a 98% confidence level and when df = 18.
The confidence levels are labeled at the bottom.
What this indicates is that P(-2.552 < T < 2.552) = 0.98 approximately when df = 18.


Let's compute the margin of error.
E = t*s/sqrt(n)
E = 2.552*0.94/sqrt(19)
E = 0.55034082 approximately


Use this to find the lower and upper bounds (L and U)
L = xbar - E
L = 13.6 - 0.55034082
L = 13.04965918
L = 13.05


U = xbar + E
U = 13.6 + 0.55034082
U = 14.15034082
U = 14.15


Depending how you round the final answer, the 98% confidence interval for the population mean is approximately <font color=red>(13.05, 14.15)</font>
This is in the format (L, U)


Another way to express the confidence interval would be to say <font color=red>13.05 < mu < 14.15</font>
This is of the format L < mu < U which I think is more descriptive since we're involving the parameter being estimated (mu).
</font>