Answer :
Answer:
Step-by-step explanation:
Hello!
You want to test two samples of batteries to see is the mean voltage of these battery types are different.
Sample 1 (type K)
n₁= 37
sample mean x₁[bar]= 8.54
standard deviation S₁= 0.225
Sample 2 (Type Q)
n₂= 58
sample mean x₂[bar]= 8.69
standard deviation S₂= 0.725
1. The test hypothesis are:
H₀: μ₁ = μ₂
H₁: μ₁ ≠ μ₂
2. I'll apply the Central Limit Theorem and approximate the distribution of the sample means to normal so that I can use an approximate Z statistic for this test.
Z: (x₁[bar] - x₂[bar]) - (μ₁ - μ₂) ≈ N(0;1)
√ (S₁²/n₁) + (S₂²/n₂)
[tex]Z_{H0}[/tex]= (8.54 - 8.69) / [√ (0.225²/37) + (0.725²/58)]
[tex]Z_{H0}[/tex]= -1.468 ≅ -1.47
3. This is a two tailed test, so you'll have two critical values
[tex]Z_{\alpha/2} = Z_{0.025} = - 1.96[/tex]
[tex]Z_{1 - \alpha/2} = Z_{0.975} = 1.96[/tex]
You'll reject the null hypothesis if [tex]Z_{H0}[/tex] ≤ -1.96 or if [tex]Z_{H0}[/tex] ≥ 1.96
You'll not reject the null hypothesis if -1.96 < [tex]Z_{H0}[/tex] < 1.96
4.
Since the value [tex]Z_{H0}[/tex] = -1.47 is in the acceptance region, the decision is to not reject the null hypothesis.
I hope it helps!