135k views
4 votes
2. The National Safety Council routinely analyzes the benefit of seat belt use on driver safety. Their data showed that among 2823 drivers not wearing seat belts, 31 died as a result of injuries, and among 7765 drivers wearing seat belts 16 were killed. Test the hypothesis (at 95% confidence) that there is no difference in the proportion of deaths between the 2 groups. What do you conclude? Calculate the margin of error (E) at 95%.

1 Answer

5 votes

Answer:

We conclude that there is difference in the proportion of deaths between the 2 groups.

Explanation:

We are given that among 2823 drivers not wearing seat belts, 31 died as a result of injuries, and among 7765 drivers wearing seat belts 16 were killed.

Let
p_1 = proportion of deaths when drivers were not wearing seat belts.


p_2 = proportion of deaths when drivers were wearing seat belts.

So, Null Hypothesis,
H_0 :
p_1=p_2 {means that there is no difference in the proportion of deaths between the 2 groups}

Alternate Hypothesis,
H_A :
p_1\\eq p_2 {means that there is difference in the proportion of deaths between the 2 groups}

The test statistics that would be used here Two-sample z test for proportions;

T.S. =
\frac{(\hat p_1-\hat p_2)-(p_1-p_2)}{\sqrt{(\hat p_1(1-\hat p_1))/(n_1)+(\hat p_2(1-\hat p_2))/(n_2) } } ~ N(0,1)

where,
\hat p_1 = sample proportion of deaths when drivers were not wearing seat belts =
(31)/(2823) = 0.011


\hat p_2 = sample proportion of deaths when drivers were wearing seat belts =
(16)/(7765) = 0.002


n_1 = sample of drivers not wearing seat belts = 2823


n_2 = sample of drivers wearing seat belts = 7765

So, the test statistics =
\frac{(0.011-0.002)-(0)}{\sqrt{(0.011(1-0.011))/(2823)+(0.002(1-0.002))/(7765) } }

= 4.438

The value of z test statistics is 4.438.

Now, at 5% significance level the z table gives critical values of -1.96 and 1.96 for two-tailed test.

Since our test statistic doesn't lie within the range of critical values of z, so we have sufficient evidence to reject our null hypothesis as it will fall in the rejection region due to which we reject our null hypothesis.

Therefore, we conclude that there is difference in the proportion of deaths between the 2 groups.

Also, Margin of error (E) =
1.96 * \sqrt{(\hat p_1(1-\hat p_1))/(n_1)+(\hat p_2(1-\hat p_2))/(n_2) }

=
1.96 * \sqrt{(0.011(1-0.011))/(2823)+(0.002(1-0.002))/(7765) }

= 0.00397

User Puzik
by
6.5k points