what should the null hypothesis be

248 Views Asked by At

A group of 50 complete a national fitness test and get a mean score of 80 out of 100. The national average is 72 with standard deviation 6. Can we conclude the group of 50 is fitter than the national average. Let ${\mu}$ be the national average score. What are the null and alternative hypothesis?

I'm really confused on this on. Its almost as if I should be using a difference of means test.

2

There are 2 best solutions below

5
On

The null hypothesis is $$H_0: μ=72$$ and the alternative hypothesis is $$H_0: μ>72$$ If you reject the null hypothesis then this means that your sample of $50$ comes from a "different population" i.e. from a population with higher fitness score. You do not need a difference of means test. Just take a mean test, you can use the $z$ statistic since $n=50>30$.

0
On

As stated, the problem doesn't make a lot of sense as a hypothesis test. That this group of 50 scored higher than average is an empirical observation, so there's no occasion for statistical inference.

But if the question were whether the group is significantly different from the national average, then it would make sense, because the conclusion that rejects the null hypothesis would not be that the group scored above average, but rather that the population of which the group is a sample is fitter than average. In that case, the null hypothesis would be that the population from which the group is a sample is not fitter than the nation as a whole.