I have a company's satisfaction score for two different years. Past studies have shown that when a satisfaction score has increased over the past year and is also higher than the national average ($75.7$), then there is a good chance that the stock performs well.
The scores for Year 1 and Year 2 are $73 \& 76$ respectively. Assume that these were derived from a poll with $60$ participants, and historical data shows that the standard deviation is $6$.
Is the increase in score from Year 1 to Year 2 statistically significant with $\alpha = 0.05$?
Now, what exactly is the hypothesis to be tested here? I imagine that the null hypothesis is $$H_0: \text{the increase in score had no positive effect on the stock's performance}$$ and the alternative hypothesis is $$H_1: \text{the increase in score had a positive effect on the stock's performance}$$ But given the data supplied I have no data regarding the stock's performance? Am I misreading the question?
Assuming that data are data are nearly normal and that 'participant' means company, and because the population standard deviation $\sigma = 6$ is given, you can test your null hypothesis $H_0: \mu_2 = \mu_2$ against $H_1: \mu_2 > \mu_1,$ using a two-sample z test.
The test statistic is $$Z = \frac{\bar X_1 - \bar X_1}{\sigma\sqrt{\frac{1}{n_1} + \frac {1}{n_2}}} = \frac{76 - 73}{6\sqrt{2/60}} = \frac{3}{1.095445} = 2.738613 > 1.645.$$
I will leave it to you to verify from your text or class notes that this is the correct test statistic for a 2-sample z test, explain why the denominator is the standard deviation of the numerator (so that the $Z$-statistic is normally distributed if $H_0$ is true), and to explain how the critical value 1.645 arises.