document.write( "Question 314396: # 1.) The weight of full boxes of frosted Mini-wheat cereal are normally distributed with a standard deviation of 0.52 oz. A sample of 18 randomly selected boxes produced a mean weight of 24.3 oz. Find the 95% confidence interval for the true mean weight of a box of this cereal.\r
\n" );
document.write( "\n" );
document.write( "# 2.) We are interested in estimating the mean life of a new product. How large a sample do we need to take in order to estimate the mean to within 0.20 of a standard deviation with 90% confidence? \n" );
document.write( "
Algebra.Com's Answer #224761 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! # 1.) The weight of full boxes of frosted Mini-wheat cereal are normally distributed with a standard deviation of 0.52 oz. A sample of 18 randomly selected boxes produced a mean weight of 24.3 oz. Find the 95% confidence interval for the true mean weight of a box of this cereal. \n" ); document.write( "------------ \n" ); document.write( "sample mean: 24.3 \n" ); document.write( "E = [invT(0.975 with df = 17)]*0.52/sqrt(18) = 2.1098*0.1226 = 0.2586 \n" ); document.write( "------------ \n" ); document.write( "95% CI: 24.3-0.2596 < u < 24.3+0.2596 \n" ); document.write( "========================================== \n" ); document.write( " \n" ); document.write( "# 2.) We are interested in estimating the mean life of a new product. How large a sample do we need to take in order to estimate the mean to within 0.20 of a standard deviation with 90% confidence? \n" ); document.write( "----------------- \n" ); document.write( "n = [z*s/E]^2 \n" ); document.write( "n = [1.645*s/0.2]^2 \n" ); document.write( "--- \n" ); document.write( "Note: You need to know the standard deviation. \n" ); document.write( "================================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |