A company markets two brands of latex paint regular and a more expensive brand that claims to dry an hour faster. A consumer magazine decides to test this claim by painting ten panels with each product. The average drying time of the regular brand is $2.1$ hours with a sample standard deviation of $12$ minutes. The fast-drying version has an average of $1.6$ hours with a sample standard deviation of $16$ minutes. Test the null hypothesis that the more expensive brand dries an hour quicker. Use one sided $H_1$. Let $\alpha = 0.05$
attempt: Given $n = 10$, $m = 10$, $\bar x = 2.1, \bar y = 1.6, S_x = 12, S_Y = 16$.
To test $H_0 : \mu_x \neq \mu_y $ vs. $H_1 : \mu_x < \mu_y$, reject $H_0$ if $t \leq - t_{\alpha, n+m-2}$.
And $S_p = \sqrt{\frac{(n-1)S_x^2 + (m-1)S_Y^2}{(n+m-2)}} = \sqrt{\frac{(10-1)12^2 + (10-1)16^2}{(10 + 10 -2)}} = 14.9 $
Then $t = \frac{\bar x - \bar y}{S_p \sqrt(\frac{1}{n} + \frac{1}{m})} = \frac{2.1 - 1.6}{14.9 \sqrt(\frac{1}{10} + \frac{1}{10})} = 0.0750 $
And $ t_{\alpha, n+m-2} = t_{0.05/2, 10 + 10-2} = t_{0.025, 18} = 2.1009$
So since$t \leq - t_{\alpha, n+m-2}$, we reject $H_0$.
Is this correct? Can anyone please help? I don't now if I have set up the problem correctly. Thank you in advance.
First, you have to put everything into minutes.
If you do that, you should get that $S_p = 14.14$ (the difference from your answer might be that you rounded prematurely).
Then, for the main difference: I get $T = 4.74$, which certainly leads to rejection. (With your incorrect $T = 0.075,$ you would certainly not reject; you seem to have some misunderstanding how to use critical values from tables.)
Note: I would tend to use a Welch separate-variances t test instead of a pooled t test. However, (1) I don't know whether you've studied that, and (2) you'll reject with either test.
For a pooled test, $DF = 10 + 10 - 2 = 18.$ The Welch test has a more complicated formula for DF, and the result is $DF = 16.$ Also, because the two sample sizes are equal, pooled and Welch have the same value of the $T$ statistic. So it doesn't really matter which you use.