Does stress have an influence on the time people need to finish a task? To answer this question 2 groups of test people are compared. One of the groups ($n_1=10)$ does a task under the influence of stress, and the other group $(n_2=12)$ does the same task without stress. The average times (in seconds): $\bar{x}_1 =433$ and $\bar{x}_2 = 367$. The sample standard deviations are: $s_1 = 65$ and $s_2 = 84$.
I need to test this hypothesis. I'm however having trouble with this because I never really learned how to test hypotheses using statistics, and I don't know any 'plan of attack' as to how to tackle hypothesis testing. This is what I have up until now:
$X$ = time in secs
Group 1 (with stress):
$n_1 = 10$
$\mu_{\bar{x}_1} = 433$
$ \sigma_{\bar{x}_1} = 65$
Group 2 (without stress):
$n_2 = 12$
$ \mu_{\bar{x}_2} = 367$
$ \sigma_{\bar{x}_2} = 84$
But that's about it. The null hypothesis is that stress doesn't have an effect, but I don't know how to describe that mathematically. So I'm stuck. Is there a general way to do hypothesis testing? What is my missing link in this specific case?