document.write( "Question 1182430: For a sample of 16 Philips light bulbs, the mean lifetime is 1250 hours with a standard deviation of 250 hours. For sample of 12 Liwanag light bulbs, the mean lifetime is 1400 hours with standard deviation of 300 hours. Use a 0.01 level of significance to test whether or not there is a significant difference between the average lifetimes of the two brands of light bulbs.\r
\n" );
document.write( "\n" );
document.write( "Thanks in advance! \n" );
document.write( "
Algebra.Com's Answer #812470 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! this is a 2-way 2-sample t-test \n" ); document.write( "Ho: P=L \n" ); document.write( "Ha: P NE L \n" ); document.write( "alpha=0.01 \n" ); document.write( "test is a t (0.99,df=26), reject for |t| > 2.779 \n" ); document.write( "t=(diff means)/ sqrt ((s1^2/n1)+(s2^2/n2)) \n" ); document.write( "=-150/ sqrt ((250^2/16)+(300^2/12)); denominator is sqrt(11406.25) \n" ); document.write( "=-150/106.8 \n" ); document.write( "=-1.40 \n" ); document.write( "insufficient evidence to reject Ho \n" ); document.write( "p-value = 0.17 \n" ); document.write( " |