document.write( "Question 1003683: Dear tutor,
\n" );
document.write( "I have a problem with CI section. Any help is appreciated. Thank you.\r
\n" );
document.write( "\n" );
document.write( "Q. You take a sample of 22 from a population of test scores, and the mean of your sample is 60. \r
\n" );
document.write( "\n" );
document.write( "(a) You know the standard deviation of the population is 10. What is the 99% confidence interval on the population mean. \r
\n" );
document.write( "\n" );
document.write( "I got standard error of the mean which is 10/ square root of 22 =2.13
\n" );
document.write( "mean +- (Standard deviation of 99%)(2.13)= ??\r
\n" );
document.write( "\n" );
document.write( "If this formula is right how do I get standard deviation for 99%? I used normal distribution calculator the answer was between 34.2417 and 85.7583. It doesn't seem right. \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "(b) Now assume that you do not know the population standard deviation, but the standard deviation in your sample is 10. What is the 99% confidence interval on the mean now? \r
\n" );
document.write( "\n" );
document.write( "I still have standard error of the mean which is 2.13\r
\n" );
document.write( "\n" );
document.write( "I assume I use t table so I looked at 99% for df 21. the value was 2.831
\n" );
document.write( "so I tried to put these number to the formula above but I can't because I don't know how to get SD of 99%. .04)
\n" );
document.write( "The book says answer for (b) is (53.96, 6\r
\n" );
document.write( "\n" );
document.write( "Please help. thank you in advance.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #620428 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! To calculate a confidence interval we need the confidence level, statistic, and margin of error. \n" ); document.write( "*************************************************************************** \n" ); document.write( "a) margin of error = critical value * standard deviation of statistic \n" ); document.write( "we want the 99% confidence interval on the population mean, \n" ); document.write( "note that we use the t-distribution because our sample size is < 30 \n" ); document.write( "the degrees of freedom(df) = 22 - 1 = 21 \n" ); document.write( "t(alpha/2) is determined by consulting the t-distribution table \n" ); document.write( "t(alpha/2) for 99% cf is 2.831 \n" ); document.write( "99% cf for population mean = 60 + or - (t(alpha/2) * (10/sqrt(22)) = \n" ); document.write( "60 + or - (2.831 * 2.13) = 60 + or - 6.03 \n" ); document.write( "our 99% cf is (53.97, 66.03) \n" ); document.write( "note that the sample mean is also the population mean \n" ); document.write( "*************************************************************************** \n" ); document.write( "b) the std dev of the sample = st dev of population / sqrt(sample size) \n" ); document.write( "for this part of the problem \n" ); document.write( "std dev of the population = 10 * sqrt(22) = 46.9 \n" ); document.write( "99% cf for population mean = 60 + or - 2.831 * (46.9/sqrt(22)) = \n" ); document.write( "60 + or - 28.3 = (31.7, 88.3) \n" ); document.write( " \n" ); document.write( " |