Answer:
Since our calculated value is lower than our critical value,
, we have enough evidence to reject the null hypothesis at 1% of significance. So there is enough evidence to conclude that mean for cars it's different from the mean for pickup's.
Explanation:
1) Data given and notation
represent the mean for group cars
represent the mean for group pickup
represent the sample standard deviation for the sample cars
represent the sample standard deviation for the sample pickups
sample size for the group cars
sample size for the group pickup
t would represent the statistic (variable of interest)
represent the p value
2) Concepts and formulas to use
We need to conduct a hypothesis in order to check if the mean for men it's higher than the mean for women, the system of hypothesis would be:
H0:
H1:
If we analyze the size for the samples both are higher than 30, but we don't know the population deviation's, so for this case is better apply a t test to compare means, and the statistic is given by:
(1)
T-test: Is used to compare group means. Is one of the most common tests and is used to determine whether the means of two groups are equal to each other.
3) Calculate the statistic
We have all in order to replace in formula (1) like this:
4) Find the critical value
In order to find the critical value we need to take in count that we are conducting a two tailed test, so we are looking on the t distribution with df=n1+n2-1=40+40-2=78 degrees of freedom, a value that accumulates 0.005 of the area on each tail. We can use excel or a table to find it, for example the code in Excel is:
"=T.INV(1-0.005,78)", and we got
5) Statistical decision
Since our calculated value is lower than our critical value,
, we have enough evidence to reject the null hypothesis at 1% of significance. So there is enough evidence to conclude that mean for cars it's different from the mean for pickup's.