"n_1=30 \\\\\n\n\\bar{x_1} = 223 \\\\\n\ns_1 = 6 \\\\\n\nn_2 = 25 \\\\\n\n\\bar{x_2} = 229 \\\\\n\ns_2 = 11 \\\\\n\nH_0: \\mu_2 -\\mu_1 = 0 \\\\\n\nH_1: \\mu_2 -\\mu_1 \u2260 0"
Test-statistic
"t = \\frac{(\\bar{x_2} - \\bar{x_1}) -(\\mu_2 -\\mu_1)}{s_p \\sqrt{(\\frac{1}{n_1}) + (\\frac{1}{n_2})}} \\\\\n\ns^2_p = \\frac{(n_1-1)s^2_1 +(n_2-1)s^2_2}{n_1+n_2-2} \\\\\n\ns^2_p = \\frac{(29 \\times 36) + (24 \\times 121)}{30+25-2} \\\\\n\n= \\frac{1044+2904}{53} = 74.49 \\\\\n\ns_p = 8.63 \\\\\n\nt = \\frac{(229 - 223) -0}{8.63 \\sqrt{(\\frac{1}{30}) + (\\frac{1}{25})}} \\\\\n\nt = \\frac{6}{2.182} = 2.567 \\\\\n\ndf = n_1+n_2-2 = 53 \\\\\n\n\u03b1=0.01 \\\\\n\nt_{crit} = 2.3988"
Reject the null hypothesis if "|t| \u2265 t_{crit}"
"t = 2.567 > t_{crit} = 2.3988"
So, we reject the null hypothesis at a 0.01 level of significance.
We can conclude that there is NO significant difference in the cholesterol levels between the two groups.
Comments
Leave a comment