30.5k views
5 votes
Suppose a researcher believes that college students vote at a lower rate than college faculty. She collects data from 200 college faculty and 200 college students using simple random sampling. If 138 of the students and 167 of the faculty voted in the 2008 Presidential election, is there enough evidence at the 5% level of significance to support the researcher’s claim? Let students represent sample 1 and faculty represent sample 2.

1 Answer

1 vote

Answer:

We conclude that college students vote at a lower rate than college faculty which means researcher’s claim was correct.

Explanation:

We are given that a researcher believes that college students vote at a lower rate than college faculty.

She collects data from 200 college faculty and 200 college students using simple random sampling. If 138 of the students and 167 of the faculty voted in the 2008 Presidential election

Let
p_1 = proportion of college students who voted in the 2008 Presidential election.


p_2 = proportion of college faculty who voted in the 2008 Presidential election.

So, Null Hypothesis,
H_0 :
p_1-p_2\geq 0 or
p_1\geq p_2 {means that college students vote at a equal or higher rate than college faculty}

Alternate Hypothesis,
H_A :
p_1-p_2 < 0 or
p_1<p_2 {means that college students vote at a lower rate than college faculty}

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

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 college students who voted in the 2008 Presidential election =
(138)/(200) = 0.69


\hat p_2 = sample proportion of college faculty who voted in the 2008 Presidential election =
(167)/(200) = 0.835


n_1 = sample of college students = 200


n_2 = sample of college faculty = 200

So, test statistics =
\frac{(0.69-0.835)-(0)}{\sqrt{(0.69(1-0.69))/(200)+(0.835(1-0.835))/(200) } }

= -3.458

The value of z test statistics is -3.458.

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

Since our test statistics 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 college students vote at a lower rate than college faculty which means researcher’s claim was correct.

User Minal Chauhan
by
3.8k points