document.write( "Question 923311: Construct a 99% confidence interval for a population mean. The sample mean is X = 40 and the standard error of the mean is σX = 2.4.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #559949 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! sample mean is X = 40 and the standard error of the mean is σX = 2.4. \n" ); document.write( " 99% confidence interval for a population mean. \n" ); document.write( "ME = 2.576(2.4) = 6.2 \n" ); document.write( "CI = 40 - ME < u < 40 + ME \n" ); document.write( "CI = 40 - 6.2 < u < 40 + 6.2 \n" ); document.write( "CI: (33.8, 46.2) \n" ); document.write( "Note: As sample mean is a whole number, may wish to round CI to whole numbers: \n" ); document.write( "CI( 34, 46) \n" ); document.write( " |