To estimate the average time it takes to assemble a certain
Solution
2.
A)
Note that
Margin of Error E = z(alpha/2) * s / sqrt(n)
Lower Bound = X - z(alpha/2) * s / sqrt(n)
Upper Bound = X + z(alpha/2) * s / sqrt(n)
where
alpha/2 = (1 - confidence level)/2 = 0.05
X = sample mean = 12.5
z(alpha/2) = critical z for the confidence interval = 1.644853627
s = sample standard deviation = 2
n = sample size = 64
Thus,
Margin of Error E = 0.411213407
Lower bound = 12.08878659
Upper bound = 12.91121341
Thus, the confidence interval is
( 12.08878659 , 12.91121341 ) [ANSWER]
*******************
b)
Note that
n = z(alpha/2)^2 s^2 / E^2
where
alpha/2 = (1 - confidence level)/2 = 0.025
Using a table/technology,
z(alpha/2) = 1.959963985
Also,
s = sample standard deviation = 2
E = margin of error = 0.2
Thus,
n = 384.1458821
Rounding up,
n = 385 [ANSWER]
