Hi Emma,
We were given only a sample standard deviation, not a population standard deviation, so we have to use t. Formula for a t confidence interval is:
CI = xbar +/- t*SE; SE= standard error = s/sqrt(n)
xbar = sample mean
t*= t-critical value obtained from t-table or software
s= sample standard deviation
n= sample size
Breaking down for this problem:
xbar = 47.8
To compute t*, we need the degrees of freedom. For a one-sample t-test, this is:
df = n -1
n = 15
df = 14
From t-table:
t*14, 95 = 2.145
So:
xbar = 47.8
t* = 2.145
s = 11.2
n= 15
SE = 11.2/sqrt(15)
SE = 2.89
CI = 47.8 +/- (2.145*2.89)
CI = (41.6, 54.0)
I hope this helps.