176k views
4 votes
Suppose we take a survey and use the sample proportion to calculate a confidence interval. Which level of confidence gives the confidence interval with the largest margin of error? 90%, 95%, or 99%? Group of answer choices 99% 90% 95% It is impossible to tell which interval will have the largest margin of error.

1 Answer

5 votes

Answer:

99%

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 margin of error is:


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

Sample proportion and same sample size, so what will determine the margin of error is z.

90% confidence level

So
\alpha = 0.1, z is the value of Z that has a pvalue of
1 - (0.1)/(2) = 0.95, so
Z = 1.645.

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.

99% confidence level

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

The 99% confidence interval has the largest margin of error.

User Rewolf
by
4.8k points