document.write( "Question 1056972: In a sample of seven cars, each car was tested for nitrogen-oxide emissions (in grams per mile) and the following results were obtained:
\n" );
document.write( "0.06, 0.11, 0.16, 0.15, 0.14 0.08, 0.15
\n" );
document.write( "Assuming that this sample is representative of the cars in use, construct a 95% confidence interval estimate of the mean amount of nitrogen-oxide emissions for all cars.\r
\n" );
document.write( "\n" );
document.write( "Please also let me know what formulas and tables I need to complete this problem, what variables I need to know for those formulas, and how to identify them, and a step by step breakdown, thank you \n" );
document.write( "
Algebra.Com's Answer #672118 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! In a sample of seven cars, each car was tested for nitrogen-oxide emissions (in grams per mile) and the following results were obtained: \n" ); document.write( "0.06, 0.11, 0.16, 0.15, 0.14 0.08, 0.15 \n" ); document.write( "The sample mean = (sum of those numbers)/7 = 0.12 \n" ); document.write( "The sample standard deviation = 0.04 \n" ); document.write( "Note: You need the formula to get the standard deviation. \n" ); document.write( "------------------------------------------------- \n" ); document.write( "Assuming that this sample is representative of the cars in use, construct a 95% confidence interval estimate of the mean amount of nitrogen-oxide emissions for all cars. \n" ); document.write( "You need the formula for the Margin of Error:: ME = z*s/sqrt(n) \n" ); document.write( "ME = 1.96*0.04/sqrt(7) = 0.03 \n" ); document.write( "You need a z-table to find the z-value with a left tail of 2.5% \n" ); document.write( "------------------------------------ \n" ); document.write( "95% Confidence Interval:: sample mean - ME < u < sample mean + ME \n" ); document.write( "0.12-0.03 < u < 0.12+0.03 \n" ); document.write( "0.09 < u < 0.15 \n" ); document.write( "------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------ \n" ); document.write( " |