Respuesta :
Answer:
H0: [tex]\sigma \geq 4.1[/tex]
H1: [tex]\sigma <4.1[/tex]
[tex]\Chi^2_{crit} =10.851[/tex]
[tex] t=(21-1) [\frac{2.5}{4.1}]^2 =7.436[/tex]
[tex]p_v = P(\Chi^2_{20}<7.436)=0.0050[/tex]
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)
Step-by-step 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".
[tex]\bar X [/tex] represent the sample mean
n = 21 sample size
[tex]s^2 =6.25[/tex] represent the sample variance
[tex]s=2.5[/tex] represent the sample deviation
[tex]\sigma^2_0 =16.81[/tex] represent the target variance
[tex]\sigma_o =4.1[/tex] the value that we want to test
[tex]p_v [/tex] represent the p value for the test
t represent the statistic
[tex]\alpha=0.05[/tex] 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: [tex]\sigma \geq 4.1[/tex]
H1: [tex]\sigma <4.1[/tex]
In order to check the hypothesis we need to calculate th statistic given by the following formula:
[tex] t=(n-1) [\frac{s}{\sigma_o}]^2 [/tex]
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 [tex]\Chi^2_{crit} =10.851[/tex]
What is the value of your test statistic?
Now we have everything to replace into the formula for the statistic and we got:
[tex] t=(21-1) [\frac{2.5}{4.1}]^2 =7.436[/tex]
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:
[tex]p_v = P(\Chi^2_{20}<7.436)=0.0050[/tex]
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)