document.write( "Question 1159163: A manufacturer claims that the mean lifetime of lithium batteries is more than 1400 hours. A homeowner selects 25 of these batteries and finds the mean lifetime to be 1580 hours with a standard deviation of 80 hours. Test the manufacturer's claim. Use α = 0.05. Assume the distribution is normal. Use the Confidence Interval method. Exact value of the standard deviation is not known. \n" ); document.write( "
| Algebra.Com's Answer #783429 by Boreal(15235)     You can put this solution on YOUR website! \n" ); document.write( "Ho: Lifetime is 1400 hours \n" ); document.write( "Ha: Lifetime is not 1400 hours \n" ); document.write( "alpha=0.05 p{reject Ho|Ho true} \n" ); document.write( "test is t0.975, df=24) \n" ); document.write( "critical value is t>2.064 \n" ); document.write( "for 95%CI use mean+/-t*s/sqrt(n) \n" ); document.write( "this is 1580+/-2.064*80/sqrt(25) \n" ); document.write( "half-interval is 33 hours \n" ); document.write( "CI is (1547, 1613) \n" ); document.write( "1400 does not lie in the interval and therefore can assume the mean lifetime is not 1400 hours but rather longer. \n" ); document.write( " |