In: Math
1. A researcher suggests that male nurses earn more than female nurses. A survey of 16 male nurses and 20 female nurses reported the following data. Is there enough evidence to support the claim that male nurses earn more than female nurses? Use α=0.05. (4 points)
Female: = $23,750
S12 = $250
n1 = 20
Male: = $23,800
S22 = $300
n2 = 16
2. Create a 90% confidence interval for the difference between Male and Female salaries.
Question 1
Here, we have to use two sample t test for population means assuming equal population variances.
H0: µfemale = µmale versus Ha: µfemale < µmale
α = 0.05
Test statistic formula for pooled variance t test is given as below:
t = (X1bar – X2bar) / sqrt[Sp2*((1/n1)+(1/n2))]
Where Sp2 is pooled variance
Sp2 = [(n1 – 1)*S1^2 + (n2 – 1)*S2^2]/(n1 + n2 – 2)
From given values, we have
Sp2 = [(20 – 1)*250 + (16 – 1)*300]/(20 + 16 – 2)
Sp2 = 74632.3529
t = (23750 – 23800) / sqrt[74632.3529*((1/20)+(1/16))]
t = -0.5457
df = n1 + n2 – 2 = 20 + 16 – 2 = 34
P-value = 0.2944
(by using t-table)
P-value > α = 0.05
So, we do not reject the null hypothesis
There is enough evidence to support the claim that male nurses earn more than female nurses.
Question 2
Confidence level = 90%
df = n1 + n2 – 2 = 20 + 16 – 2 = 34
Critical t value = 1.6909
(by using t-table)
Margin of error = E = t*sqrt[Sp2*((1/n1)+(1/n2))]
Margin of error = E = 1.6909* sqrt[74632.3529*((1/20)+(1/16))]
Margin of error = E = 154.9401
(X1bar – X2bar) = (23750 – 23800) = -50
Confidence interval = (X1bar – X2bar) ± E
Confidence interval = -50 ± 154.9401
Lower limit = -50 - 154.9401 = -204.9401
Upper limit = -50 + 154.9401 = 104.9401
Confidence interval = (-204.9401, 104.9401)