can I get help with A B and C Statistics A manufacturer pr
 can I get help with A) B) and C) ?
Solution
There are given two procedures procedure1 and procedure2.
n1 = 21
s12 = 1432
n2 = 21
s22 = 3761
Here we have to test the hypothesis that the variances in the number of units produced per day differ for the two procedures.
that is
H0 : 12 = 22 Vs H1 : 12 22
alpha = 0.10
The test statistic for testing is,
F = larger variance / smaller variance = s22 / s12
F = 3761 / 1432 = 2.6264
d.f for numerator = n2 - 1 = 21 - 1 = 20
d.f. for denominator = n1 - 1 = 21 - 1 = 20
Critical value we can find by using EXCEL.
syntax :
=FINV ( probability,deg_freedom1 , deg_freedom2)
probability = alpha /2
deg_freedom1 = 20 ,
deg_freedom2 = 20
critical value = 2.1242
F > critical value
reject H0 at 10% level of significance.
Conclusion : The two variances are not equal.


