217k views
0 votes
A university is conducting a survey in order to estimate the results of an upcoming local election. They intend to take a simple random sample of individuals from the population of eligible voters. Each selected individual will be asked whether they will vote for Candidate A, yes or no. The university intends to use the results to create a 95% CI for the population proportion of voters who will vote for Candidate A. They desire the interval to have a half-width of no more than 0.03. How many individuals must they sample?

1 Answer

2 votes

Answer:

We must sample at least 1068 individuals.

Explanation:

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 zscore that has a pvalue of
1 - (\alpha)/(2).

The half-width of the interval is:


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

95% confidence level

So
\alpha = 0.05, z is the value of Z that has a pvalue of
1 - (0.05)/(2) = 0.975, so
Z = 1.96.

They desire the interval to have a half-width of no more than 0.03. How many individuals must they sample?

We do not know the true proportion, so we use
\pi = 0.5, which is the proportion for which we are going to need the largest sample size.

They must sample at least n individuals, in which N is found when
M = 0.03. So


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


0.03 = 1.96\sqrt{(0.5*0.5)/(n)}


0.03√(n) = 1.96*0.5


0.03√(n) = 0.98


√(n) = (0.98)/(0.03)


(√(n))^(2) = ((0.98)/(0.03))^(2)


n = 1067.1

Rounding up

We must sample at least 1068 individuals.

User Tio
by
7.2k points