document.write( "Question 1201637: In a survey, 11 people were asked how much they spent on their child's last birthday gift. The results were roughly bell-shaped with a mean of $43 and standard deviation of $15. Construct a confidence interval at a 95% confidence level.\r
\n" );
document.write( "\n" );
document.write( "Give your answers to one decimal place.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #836183 by Theo(13342)![]() ![]() You can put this solution on YOUR website! sample size is 11. \n" ); document.write( "sample mean is 43 dollars. \n" ); document.write( "standard deviation is 15 dollars. \n" ); document.write( "because you are looking for the mean of a sample of specified size, use the standard error rather than the standard deviation. \n" ); document.write( "standard error = standard deviation divided by square root of sample size = 15 / sqrt(11) = 4.522670169. \n" ); document.write( "at 95% two tailed confidence level, the critical t-score with 10 degrees of freedom is equal to plus or minus 2.228138842. \n" ); document.write( "use the t-score formula to find the equivalent raw score. \n" ); document.write( "on the high side, t = (x - m) / s becomes 2.228138842 = (x - 43) / 4.522670169. \n" ); document.write( "solve for x to get x = 2.228138842 * 4.522670169 + 43 = 53.07713707. \n" ); document.write( "on the low side, t = (x - m) / s becomes -2.228138842 = (x - 43) / 4.522670169. \n" ); document.write( "solve for x to get x = -2.228138842 * 4.522670169 + 43 = 32.92286293. \n" ); document.write( "your 95% confidence interval is from 32.92286293 to 53.07713707. \n" ); document.write( "in the t-score formula for this problem, ..... \n" ); document.write( "t is the critical t-score \n" ); document.write( "x is the critical raw score \n" ); document.write( "m is the mean \n" ); document.write( "s is the standrd error. \n" ); document.write( " |