In May, the fill weights of 6-pound boxes of laundry soap had a mean of 6.13 pounds with a standard deviation of 0.095. The goal was to decrease the standard deviation. The company decided to adjust the filling machines and then test H0: σ = 0.095 against H1: σ < 0.095. In June, a random sample of size n = 20 yielded [(x)] = 6.10 and s = 0.065.1. What is the value of your test statistic?2.What is the critical value for the test statistic at an α = 0.05 significance level?3. What is the approximate p-value of the test?

Respuesta :

Answer:

1. [tex] t=(20-1) [\frac{0.065}{0.095}]^2 =8.895[/tex]

2. [tex]\Chi^2 =10.11[/tex]

3. [tex]p_v = P(\Chi^2_{19}<8.895)=0.0248[/tex]

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 =6.10[/tex] represent the sample mean

n = 20 sample size

s= 0.065

[tex]\sigma_o =0.095[/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 standard deviation is less than 0.095, so the system of hypothesis are:

H0: [tex]\sigma \geq 0.095[/tex]

H1: [tex]\sigma <0.095[/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.

1. 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=(20-1) [\frac{0.065}{0.095}]^2 =8.895[/tex]

2.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 19 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,19)". And our critical value would be [tex]\Chi^2 =10.11[/tex]

Since our calculated value is less than the critical value we to reject the null hypothesis.

3. 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_{19}<8.895)=0.0248[/tex]

If we compare the p value and the significance level given we see that [tex]p_v <\alpha[/tex] so then we have enough evidence to reject the null hypothesis that the true population deviation it's higher than 0.095 at 5% of significance.