177k views
0 votes
Suppose that a local TV station conducts a survey of a random sample of 120 registered voters in order to predict the winner of a local election. The Democrat candidate was favored by 62 of the respondents.

Required:
a. Construct and interpret a 99% CI for the true proportion of voters who prefer the Republican candidate.
b. If a candidate needs a simple majority of the votes to win the election, can the Republican candidate be confident of victory? Justify your response with an appropriate statistical argument.

1 Answer

5 votes

Answer:

a) The 99% CI for the true proportion of voters who prefer the Republican candidate is (0.3658, 0.6001). This means that we are 99% sure that the true population proportion of all voters who prefer the Republican candidate is (0.3658, 0.6001).

b) The upper bound of the confidence interval is above 0.5 = 50%, which meas that the candidate can be confidence of victory.

Explanation:

Question a:

In a sample with a number n of people surveyed with a probability of a success of
\pi, and a confidence level of
1-\alpha, we have the following confidence interval of proportions.


\pi \pm z\sqrt{(\pi(1-\pi))/(n)}

In which

z is the z-score that has a p-value of
1 - (\alpha)/(2).

Sample of 120 registered voters in order to predict the winner of a local election. The Democrat candidate was favored by 62 of the respondents.

So 120 - 62 = 58 favored the Republican candidate, so:


n = 120, \pi = (58)/(120) = 0.4833

99% confidence level

So
\alpha = 0.01, z is the value of Z that has a p-value of
1 - (0.01)/(2) = 0.995, so
Z = 2.575.

The lower limit of this interval is:


\pi - z\sqrt{(\pi(1-\pi))/(n)} = 0.4833 - 2.575\sqrt{(0.4833*0.5167)/(120)} = 0.3658

The upper limit of this interval is:


\pi + z\sqrt{(\pi(1-\pi))/(n)} = 0.4833 + 2.575\sqrt{(0.4833*0.5167)/(120)} = 0.6001

The 99% CI for the true proportion of voters who prefer the Republican candidate is (0.3658, 0.6001). This means that we are 99% sure that the true population proportion of all voters who prefer the Republican candidate is (0.3658, 0.6001).

b. If a candidate needs a simple majority of the votes to win the election, can the Republican candidate be confident of victory? Justify your response with an appropriate statistical argument.

The upper bound of the confidence interval is above 0.5 = 50%, which meas that the candidate can be confidence of victory.

User Bart Schuller
by
4.5k points