1. Find 95% confidence limits for the mean of a normally distributed population from which the following samples was taken 15,17,10,18,16,9,7,11,13,14.
"c = 0.95 \\\\\n\nn = 10 \\\\\n\n\\bar{x} = \\frac{15+17+10+18+16+9+7+11+13+14}{10} = 13 \\\\\n\ns = \\sqrt{ \\frac{(15-13)^2 + (17-13)^2 + (10-13)^2 + (18-13)^2 + (16-13)^2 + (9-13)^2 + (7-13)^2 + (11-13)^2 + (13-13)^2 + (14-13)^2}{10-1} } \\\\\n\n= \\sqrt{ \\frac{4 + 16 + 9 + 25 + 9 + 16 + 36 + 4 + 0 + 1}{9} } \\\\\n\n= 3.651 \\\\\n\ndf = n-1 = 10 -1 = 9 \\\\\n\n\u03b1 = \\frac{1-c}{2} = 0.025 \\\\\n\nt_{\u03b1\/2}= 2.26216"
The margin of error is:
"E = t_{\u03b1\/2} \\times \\frac{s}{\\sqrt{n}} = 2.262 \\times \\frac{3.651}{\\sqrt{10}} = 2.6118"
The confidence interval:
"\\bar{x} -E < \u03bc < \\bar{x} +E \\\\\n\n10 -2.61 < \u03bc < 10 +2.61 \\\\\n\n7.39 < \u03bc < 12.61"
Comments
Leave a comment