92.0k views
5 votes
A random sample of 49 measurements from one population had a sample mean of 15, with sample standard deviation 5. An independent random sample of 64 measurements from a second population had a sample mean of 18, with sample standard deviation 6. Test the claim that the population means are different. Use level of significance 0.01

User Mdtuyen
by
7.1k points

1 Answer

2 votes

Answer:

Comparing the p value with the significance level
\alpha=0.01 we see that
p_v<\alpha so we can conclude that we have enough evidence to reject the null hypothesis, and the difference between the two groups is significantly different.

Explanation:


\bar X_(1)=15 represent the mean for sample 1


\bar X_(2)=18 represent the mean for sample 2


s_(1)=5 represent the sample standard deviation for 1


s_(f)=6 represent the sample standard deviation for 2


n_(1)=49 sample size for the group 2


n_(2)=64 sample size for the group 2


\alpha=0.01 Significance level provided

t would represent the statistic (variable of interest)

Concepts and formulas to use

We need to conduct a hypothesis in order to check if the difference in the population means, the system of hypothesis would be:

Null hypothesis:
\mu_(1)-\mu_(2)=0

Alternative hypothesis:
\mu_(1) - \mu_(2)\\eq 0

We don't have the population standard deviation's, so for this case is better apply a t test to compare means, and the statistic is given by:


t=\frac{(\bar X_(1)-\bar X_(2))-\Delta}{\sqrt{(s^2_(1))/(n_(1))+(s^2_(2))/(n_(2))}} (1)

And the degrees of freedom are given by
df=n_1 +n_2 -2=49+64-2=111

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.

With the info given we can replace in formula (1) like this:


t=\frac{(15-18)-0}{\sqrt{(5^2)/(49)+(6^2)/(64)}}}=-2.897

P value

Since is a bilateral test the p value would be:


p_v =2*P(t_(111)<-2.897)=0.0045

Comparing the p value with the significance level
\alpha=0.01 we see that
p_v<\alpha so we can conclude that we have enough evidence to reject the null hypothesis, and the difference between the two groups is significantly different.

User SgtFloyd
by
6.7k points