document.write( "Question 1201399: Lifetimes of AAA batteries are approximately normally distributed. A manufacturer wants to estimate the standard deviation of the lifetime of the AAA batteries it produces. A random sample of 15 AAA batteries produced by this manufacturer lasted a mean of 9.5 hours with a standard deviation of 1.7 hours. Find a 95% confidence interval for the population standard deviation of the lifetimes of AAA batteries produced by the manufacturer. Then give its lower limit and upper limit. Carry your intermediate computations to at least three decimal places. Round your answers to at least two decimal places. \n" ); document.write( "
Algebra.Com's Answer #835787 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
sample mean is 9.5 hours.
\n" ); document.write( "sample standard devition is 1.7 hours.
\n" ); document.write( "sample size is 15.
\n" ); document.write( "t-score is indicated because the standard deviation is taken from the sample rather than the population.
\n" ); document.write( "since you are looking at the mean of a sample of several elements, you would use the standard error rather than the standard deviation.
\n" ); document.write( "standard error = standard deviation / sqrt(sample size) = 1.7 / sqrt(15) = .4389381126.
\n" ); document.write( "t-score formula is t = (x - m) / s
\n" ); document.write( "t is the t-score
\n" ); document.write( "x is the upper or lower limit of the 95% considence interval.
\n" ); document.write( "m is mean of the sample.
\n" ); document.write( "s is the standard error.
\n" ); document.write( "the 95% confidence interval t-tscore with 14 degrees of freedom is plus or minus 2.144786681.
\n" ); document.write( "for the upper limit of the confidence interval, the t-score formula becomes:
\n" ); document.write( "2.144786681 = (x - 9.5) / .4389381126
\n" ); document.write( "solve for x to get:
\n" ); document.write( "x = 2.144786681 * .4389381126 + 9.5 = 10.44142862.
\n" ); document.write( "for the lower limit of the confidence interval, the t-score formula becomes:
\n" ); document.write( "-2.144786681 = (x - 9.5) / .4389381126
\n" ); document.write( "solve for x to get:
\n" ); document.write( "x = -2.144786681 * .4389381126 + 9.5 = 8.558571382.
\n" ); document.write( "your 95% confidence interval is 8.558571382 to 10.44142862.
\n" ); document.write( "round to two decimal places to get:
\n" ); document.write( "your 95% confidence interval is 8.56 to 10.44.
\n" ); document.write( "
\n" );