SOLUTION: Unsolved 2014-05-23 14:28:27 Determine a 90% confidence interval for μ if σ=5, x̄ (x bar) = 70 and n=82. Give answer interval rounded to two decimal places. Thank yo
Algebra ->
Probability-and-statistics
-> SOLUTION: Unsolved 2014-05-23 14:28:27 Determine a 90% confidence interval for μ if σ=5, x̄ (x bar) = 70 and n=82. Give answer interval rounded to two decimal places. Thank yo
Log On
Question 877478: Unsolved 2014-05-23 14:28:27 Determine a 90% confidence interval for μ if σ=5, x̄ (x bar) = 70 and n=82. Give answer interval rounded to two decimal places. Thank you!
Please show all work Answer by jim_thompson5910(35256) (Show Source):
xbar = 70
z = 1.645 (see above)
sigma = 5
n = 82
-------------------------------------------------------
Lower Bound
L = xbar - z*sigma/sqrt(n)
L = 70 - 1.645*5/sqrt(82)
L = 69.0917006980343
L = 69.09
-------------------------------------------------------
Upper Bound
U = xbar + z*sigma/sqrt(n)
U = 70 + 1.645*5/sqrt(82)
U = 70.9082993019657
U = 70.91