document.write( "Question 1193836: 1. Liwanag Bulb Company claims that it sells light bulbs with an average life of
\n" );
document.write( "1000 hours. A sample of 64 new bulbs were allowed to burn out to test this claim.
\n" );
document.write( "The average lifetime of the sample was found to be 975 hours with a standard
\n" );
document.write( "deviation of 75 hours. Does this indicate that the average life of the bulb is not
\n" );
document.write( "1000 hours? Use 5% level of significance. \n" );
document.write( "
Algebra.Com's Answer #825918 by Theo(13342)![]() ![]() You can put this solution on YOUR website! since you are using the standard deviation of the sample, the use of the t-score is indicated. \n" ); document.write( "in this case, it probably doesn't make much difference. \n" ); document.write( "i'll show you why. \n" ); document.write( "standard error = 75 / sqrt(64) = 75/8 = 9.375 \n" ); document.write( "z = (x - m) / s \n" ); document.write( "x is the sample mean \n" ); document.write( "m is the assumed population mean. \n" ); document.write( "s = standard error. \n" ); document.write( "the formula becomes: \n" ); document.write( "z-score = (975 - 1000) / 9.375 = -2.67 \n" ); document.write( "t-score is the same. \n" ); document.write( "the probability that a z-score less than -2.67 will occur is equal to .00379. \n" ); document.write( "the probability that a t-score with 63 degrees of freedom is less than -2.67 is equal to .00482. \n" ); document.write( "a two tailed confidence interval of 95% has an area of .025 to the left of it and .025 to the right of it. \n" ); document.write( ".0038 and.0048 are both less than that, making the results significant whether or not you use the z-score or the t-score. \n" ); document.write( " \n" ); document.write( " |