163k views
1 vote
A survey is to be conducted in which a random sample of residents in a certain city will be asked whether they favor or oppose the building of a new parking structure downtown. How many residents should be polled to be sure that a 90% confidence interval for the proportion who favor the construction will have a margin of error no greater than 0.05?

User Entalpia
by
5.6k points

1 Answer

4 votes

Answer:

n=269 residents should be sample required to be sure that a 90% confidence interval for the proportion who favor the construction will have a margin of error no greater than 0.05

Explanation:

A confidence interval is "a range of values that’s likely to include a population value with a certain degree of confidence. It is often expressed a % whereby a population means lies between an upper and lower interval".

The margin of error is the range of values below and above the sample statistic in a confidence interval.

Normal distribution, is a "probability distribution that is symmetric about the mean, showing that data near the mean are more frequent in occurrence than data far from the mean".


p represent the real population proportion of interest


\aht p represent the estimated proportion for the sample

n is the sample size required (variable of interest)


z represent the critical value for the margin of error

The population proportion have the following distribution


p \sim N(p,\sqrt{(\hat p(1-\hat p))/(n)})

In order to find the critical value we need to take in count that we are finding the interval for a proportion, so on this case we need to use the z distribution. Since our interval is at 90% of confidence, our significance level would be given by
\alpha=1-0.90=0.10 and
\alpha/2 =0.05. And the critical value would be given by:


z_(\alpha/2)=-1.64, z_(1-\alpha/2)=1.64

The margin of error for the proportion interval is given by this formula:


ME=z_(\alpha/2)\sqrt{(\hat p (1-\hat p))/(n)} (a)

And on this case we have that
ME =\pm 0.05 and we are interested in order to find the value of n, if we solve n from equation (a) we got:


n=(\hat p (1-\hat p))/(((ME)/(z))^2) (b)

We can assume that the estimates proportion is 0.5 since we don't have other info provided to assume a different value. And replacing into equation (b) the values from part a we got:


n=(0.5(1-0.5))/(((0.05)/(1.64))^2)=268.96

And rounded up we have that n=269

User Donika
by
4.8k points