document.write( "Question 235541: A car battery manufacturer introduces a new technique to increase the life of the battery. 25 batteries were tested and got a mean life of 4.6 years with a standard deviation of 0.70 years. Construct a 90% confidence interval for the mean life of the new battery.
\n" );
document.write( "THX \n" );
document.write( "
Algebra.Com's Answer #173555 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A car battery manufacturer introduces a new technique to increase the life of the battery. 25 batteries were tested and got a mean life of 4.6 years with a standard deviation of 0.70 years. Construct a 90% confidence interval for the mean life of the new battery. \n" ); document.write( "------------------ \n" ); document.write( "x-bar = 4.6 yrs. \n" ); document.write( "standard error = E = 1.645*0.7/sqrt(25) = 0.2303 \n" ); document.write( "Comment: Since you want 90% confidence you build 45% on each \n" ); document.write( "side of the mean. That leaves 5% in each of the tails. The \n" ); document.write( "z-value border for that 5% tail is 1.645 as you can get using \n" ); document.write( "your z-chart or calculator. I used a TI calculator to get \n" ); document.write( "invNorm(0.95) = 1.645. \n" ); document.write( "------------------- \n" ); document.write( "90% CI: 4.6-0.2303 < u < 4.6+0.2303 \n" ); document.write( "90% CI: 4.3697 < u < 4.8303 \n" ); document.write( "================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |