SOLUTION: Given the following data set; 48, 32, 37, 35, 36, 42, 41, 40 Given a=0.05, test the hypothesis that the mean of the population from which this sample was cho

Algebra ->  Probability-and-statistics -> SOLUTION: Given the following data set; 48, 32, 37, 35, 36, 42, 41, 40 Given a=0.05, test the hypothesis that the mean of the population from which this sample was cho      Log On


   



Question 295197: Given the following data set;
48, 32, 37, 35, 36, 42, 41, 40

Given a=0.05, test the hypothesis that the mean of the population from which this sample was chosen is less than 42

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
Given the following data set;
48, 32, 37, 35, 36, 42, 41, 40
Given a=0.05, test the hypothesis that the mean of the population from which this sample was chosen is less than 42
----------------
1st: Find the sample mean and sample std:
Add the numbers and devide by 8 to get x-bar = 38.875
std = 4.970
-------------------
2nd: Hypothesis:
Ho: u = 42
Ha: u < 42
-----------------
Critical Value for left tail test for mean with alpha =5% and df = 7:
t = invT(0.05,7) = -1.8946
------
Test Statistic:
t(38.875) = (38.875-42)/4.970/sqrt(8)] = -1.7784
---------
p-value: P(t< -1.7784) = 0.05929
----------
Conclusion:
Since the p-value is greater than 5%, fail to reject Ho.
Note: This is the same as saying the test std is not in the reject interval.
---
Cheers,
Stan H.