SOLUTION: A computer manufacturer is about to unveil a new, faster personal computer. The new machine clearly is faster, but initial tests indicate there is more variation in the processing

Algebra ->  Probability-and-statistics -> SOLUTION: A computer manufacturer is about to unveil a new, faster personal computer. The new machine clearly is faster, but initial tests indicate there is more variation in the processing       Log On


   



Question 451683: A computer manufacturer is about to unveil a new, faster personal computer. The new machine clearly is faster, but initial tests indicate there is more variation in the processing time. The processing time depends on the particular program being run, the amount of input data, and the amount of output. A sample of 16 computer runs, covering a range of production jobs, showed that the standard deviation of the processing time was 22 (hundredths of a second) for the new machine and 12 (hundredths of a second) for the current machine. At the .05 significance level can we conclude that there is more variation in the processing time of the new machine?
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
A computer manufacturer is about to unveil a new, faster personal computer. The new machine clearly is faster, but initial tests indicate there is more variation in the processing time. The processing time depends on the particular program being run, the amount of input data, and the amount of output.
------------------------------------------
A sample of 16 computer runs, covering a range of production jobs, showed that the standard deviation of the processing time was 22 (hundredths of a second) for the new machine and 12 (hundredths of a second) for the current machine. At the .05 significance level can we conclude that there is more variation in the processing time of the new machine?
----
Ho: (sigmanew)^2 = (sigmacurrent)^2
Ha: they are not equal (claim)
---------
I ran a 2Sample Ftest and got the following:
F = 3.3511
p-value = 0.0248
======================================
Conclusion: Since the p-value is less than 5%, reject Ho.
The test results support the claim of more variation.
Cheers,
Stan H.