823 THE BANK CUSTOMER WAITING TIME CASE The mean and the sta
Solution
Note that
Lower Bound = X - t(alpha/2) * s / sqrt(n)
Upper Bound = X + t(alpha/2) * s / sqrt(n)
where
X = sample mean = 5.46
t(alpha/2) = critical t for the confidence interval = 1.984216952
s = sample standard deviation = 2.475
n = sample size = 100
df = n - 1 = 99
Thus,
Lower bound = 4.968906304
Upper bound = 5.951093696
Thus, the confidence interval is
( 4.968906304 , 5.951093696 )
As the upper bound is less than 6, then YES, we are 95% confident that u is less than 6 minutes.
