Answer:
Check the explanation below
Step-by-step explanation:
Hello!
To make a pooled variance t-test you have to make the following assumptions:
The study variables X₁ and X₂ must be independent.
Both variables should have a normal distribution, X₁~N(μ₁; σ₁²) and X₂~N(μ₂; σ₂²)
The population variances should be equal but unknown, σ₁² = σ₂² = ?.
You have the information of two samples:
Sample 1
n₁=8
sample mean X[bar]₁= 42
sample standard deviation S₁=4
Sample 2
n₂=15
sample mean X[bar]₂= 34
sample standard deviation S₂= 5
For the hypothesis:
H₀: μ₁ = μ₂
H₁: μ₁ > μ₂
The statistic is:
t= (X[bar]₁ - X[bar]₂) - (μ₁ - μ₂) ~[tex]t_{n_1 + n_2 - 2}[/tex]
Sa[tex]\sqrt{\frac{1}{n_1} + \frac{1}{n_2} }[/tex]
Sa²= [tex]\frac{(n_1-1)S_1^2+(n_2-1)S_2^2}{n_1+n_2-2}[/tex]
Sa²= 22
Sa= 4.69
[tex]t_{H0}[/tex]= 3.8962 ≅ 3.9
The critical region is one-tailed, for example for α: 0.05
[tex]t_{n_1 + n_2 - 2; 1 - \alpha } = t_{21; 0.95} = 1.721[/tex]
Since [tex]t_{H0}[/tex] > 1.721, then the decision is to reject the null hypothesis.
I hope it helps!