The accounting department analyzes the variance of the weekly unit costs reported by two production departments. A sample of cost reports for each of the two departments shows cost variances of and , respectively. Is this sample sufficient to conclude that the two production departments differ in terms of unit cost variance?

Respuesta :

Answer:

[tex]F=\frac{s^2_2}{s^2_1}=\frac{5.4}{2.3}=2.348[/tex]

[tex]p_v =2*P(F_{15,15}>2.348)=0.109[/tex]

And we can use the following excel code to find the p value:"=2*(1-F.DIST(2.348,15,15,TRUE))"

Since the [tex]p_v > \alpha[/tex] we have enough evidence to FAIL to reject the null hypothesis. And we can say that we don't have enough evidence to conclude that the variation is different between the two groups at 10% of significance.  

Step-by-step explanation:

Assuming the following question :"The accounting department analyzes the variance of the weekly unit costs reported by two  production departments. Asample of 16 cost reports for each of the two departments shows  cost variances of 2.3 and 5.4, respectively. Is this sample sufficient to conclude that the two  production departments differ in terms of unit cost variance? Use α= .10."

Data given and notation  

[tex]n_1 = 16 [/tex] represent the sampe size for sample 1

[tex]n_2 =16[/tex] represent the sample size for sample 2

[tex]s^2_1 = 2.3[/tex] represent the sample variance for sample 1

[tex]s^2_2 = 5.4[/tex] represent the sample variance for sample 2

[tex]\alpha=0.1[/tex] represent the significance level provided

Confidence =0.9 or 9%

F test is a statistical test that uses a F Statistic to compare two population variances, with the sample deviations s1 and s2. The F statistic is always positive number since the variance it's always higher than 0. The statistic is given by:

[tex]F=\frac{s^2_2}{s^2_1}[/tex]

Solution to the problem  

System of hypothesis

We want to test if the variation is equal for both groups or no, so the system of hypothesis are:

H0: [tex] \sigma^2_1 = \sigma^2_2[/tex]

H1: [tex] \sigma^2_1 \neq \sigma^2_2[/tex]

Calculate the statistic

Now we can calculate the statistic like this:

[tex]F=\frac{s^2_2}{s^2_1}=\frac{5.4}{2.3}=2.348[/tex]

Now we can calculate the p value but first we need to calculate the degrees of freedom for the statistic. For the numerator we have [tex]n_2 -1 =16-1=15[/tex] and for the denominator we have [tex]n_1 -1 =16-1=15[/tex] and the F statistic have 15 degrees of freedom for the numerator and 15 for the denominator. And the P value is given by:

P value

Since is a bilateral test the p value is given by

[tex]p_v =2*P(F_{15,15}>2.348)=0.109[/tex]

And we can use the following excel code to find the p value:"=2*(1-F.DIST(2.348,15,15,TRUE))"

Conclusion

Since the [tex]p_v > \alpha[/tex] we have enough evidence to FAIL to reject the null hypothesis. And we can say that we don't have enough evidence to conclude that the variation is different between the two groups at 10% of significance.