112k views
1 vote
Consider the following hypothesis test: H0: LaTeX: \mu_1-\mu_2=0μ 1 − μ 2 = 0 Ha: LaTeX: \mu_1-\mu_2\\e0μ 1 − μ 2 ≠ 0 The following results are for two independent samples taken from the two populations. Sample 1: LaTeX: n_1n 1 = 80; LaTeX: \overline{x}_1x ¯ 1 = 104; LaTeX: \sigma_1σ 1 = 8.4 Sample 2: LaTeX: n_2n 2 = 70; LaTeX: \overline{x}_2x ¯ 2 = 106; LaTeX: \sigma_2σ 2 = 7.6 a. What is the value of the test statistic?

User Dloeckx
by
3.2k points

1 Answer

5 votes

Answer:


z=\frac{104-\bar 106}{\sqrt{(8.4^2)/(80)+(7.6^2)/(70)}}}=-1.53

Explanation:

Data given and notation


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


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


\sigma_(1) =8.4 represent the population standard deviation for the sample 1


\sigma_(2)=7.6 represent the population standard deviation for the sample 2


n_(1)=80 sample size for the group 1


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

z would represent the statistic (variable of interest)

Concepts and formulas to use

We need to conduct a hypothesis in order to check if the means for the two groups are the same, the system of hypothesis would be:

H0:
\mu_(1)-\mu_(2) =0

H1:
\mu_(1) -\mu_(2) \\eq 0

If we analyze the size for the samples both are greater than 30 and we know the population deviations so for this case is better apply a z test to compare means, and the statistic is given by:


z=\frac{\bar X_(1)-\bar X_(2)}{\sqrt{(\sigma^2_(1))/(n_(1))+(\sigma^2_(2))/(n_(2))}} (1)

z-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.

Calculate the statistic

First we need to calculate the mean and deviation for each sample, after apply the formulas (2) and (3) we got the following results:

And with this we can replace in formula (1) like this:


z=\frac{104-\bar 106}{\sqrt{(8.4^2)/(80)+(7.6^2)/(70)}}}=-1.53

User Pastx
by
3.1k points