Answer:
H0:
H1:
True, since our p value is lower than the significance level we have enough evidence to reject the null hypothesis at 5% of significance. And we can conclude that the population standard dviation is less than 4.1 (Or the variance is less than 16.81)
Explanation:
Previous concepts and notation
The chi-square test is used to check if the standard deviation of a population is equal to a specified value. We can conduct the test "two-sided test or a one-sided test".
represent the sample mean
n = 21 sample size
represent the sample variance
represent the sample deviation
represent the target variance
the value that we want to test
represent the p value for the test
t represent the statistic
significance level
State the null and alternative hypothesis
On this case we want to check if the population variance is lower (or if the deviation is lower than 4.1) than 16.81, so the system of hypothesis are:
H0:
H1:
In order to check the hypothesis we need to calculate th statistic given by the following formula:
This statistic have a Chi Square distribution distribution with n-1 degrees of freedom.
What is the critical value for the test statistic at an α = 0.05 significance level?
Since is a left tailed test the critical zone it's on the left tail of the distribution. On this case we need a quantile on the chi square distribution with 20 degrees of freedom that accumulates 0.05 of the area on the left tail and 0.95 on the right tail.
We can calculate the critical value in excel with the following code: "=CHISQ.INV(0.05,20)". And our critical value would be
What is the value of your test statistic?
Now we have everything to replace into the formula for the statistic and we got:
What is the approximate p-value of the test?
For this case since we have a left tailed test the p value is given by:
Based on your answer for the p value, answer True or False as to whether the null hypothesis will be rejected.
True, since our p value is lower than the significance level we have enough evidence to reject the null hypothesis at 5% of significance. And we can conclude that the population standard dviation is less than 4.1 (Or the variance is less than 16.81)