document.write( "Question 1188785: (1 point) The weights of a random sample of cereal boxes that are supposed to weigh 1 pound are given below. Estimate the standard deviation of the entire population with 98% confidence.\r
\n" );
document.write( "\n" );
document.write( "1.01, 1.03, 0.95, 1.03, 1.01, 1.01, 0.96, 0.98\r
\n" );
document.write( "\n" );
document.write( "LCL =
\n" );
document.write( "UCL =
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #820289 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! mean is 0.9975 pounds \n" ); document.write( "sd=0.0306 pounds \n" ); document.write( "98% half-interval is t(0.99, df=7)*s/sqrt(n) \n" ); document.write( "=2.998*0.0306/sqrt(8) \n" ); document.write( "=0.0324 pounds \n" ); document.write( "interval is (0.951, 1.0299) units pounds \n" ); document.write( " |