SOLUTION: The mean travel time to work in minutes for all workers in the U.S. is 25.1 minutes. A company with offices in several states sampled 100 of its workers to find out their commute t

Algebra ->  Probability-and-statistics -> SOLUTION: The mean travel time to work in minutes for all workers in the U.S. is 25.1 minutes. A company with offices in several states sampled 100 of its workers to find out their commute t      Log On


   



Question 967540: The mean travel time to work in minutes for all workers in the U.S. is 25.1 minutes. A company with offices in several states sampled 100 of its workers to find out their commute times. The sample mean was 23.9 minutes, and the population standard deviation is 6.39 minutes. At the 0.01 level of significance, can it be concluded that the mean commuting time is less for this company?
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
The mean travel time to work in minutes for all workers in the U.S. is 25.1 minutes. A company with offices in several states sampled 100 of its workers to find out their commute times. The sample mean was 23.9 minutes, and the population standard deviation is 6.39 minutes. At the 0.01 level of significance, can it be concluded that the mean commuting time is less for this company?
----------------------
Ho:: u >= 25.1
Ha:: u < 25.1 (clsim)
------
t(23.9) = (23.9-25.1)/[6.39/sqrt(100)] = -0.1878
------
p-value = P(t<-0.1878 when df = 99) = tcdf(-100,-0.1878,99) = 0.0317
-----
Conclusion:: Since the p-value is greater than 1%, fail to reject Ho.
The test results do not support the claim that the commuting time
is less for this company.
------
Cheers,
Stan H.
-------------