60.7k views
2 votes
Suppose 420 randomly selected people are surveyed to determine whether or not they subscribe to cable TV. Of the 420 surveyed, 278 reported subscribing to cable TV. Find the margin of error for the confidence interval for the population proportion with a 95% confidence level.

2 Answers

3 votes

Answer:

.045

p′=278420≈0.662,

Substituting the given values p′≈0.662, n=420, and zα2=1.96 for a confidence level of 95%, we have

marginof error=(1.96)(0.662(1−0.662)420−−−−−−−−−−−−−−√)≈(1.96)(0.023)≈0.045

User ThisIsMyName
by
3.0k points
5 votes

Answer:


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

The estimated proportion is given by:


\hat p = (278)/(420)= 0.662

And replacing we got:


ME=1.96 \sqrt{(0.662 (1-0.662))/(420)} =0.045

Explanation:

Previous concepts

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".

The population proportion have the following distribution


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

Solution to the problem

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 95% of confidence, our significance level would be given by
\alpha=1-0.95=0.05 and
\alpha/2 =0.025. And the critical value would be given by:


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

The confidence interval for the mean is given by the following formula:


\hat p \pm z_(\alpha/2)\sqrt{(\hat p (1-\hat p))/(n)}

And the margin of error is given by:


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

The estimated proportion is given by:


\hat p = (278)/(420)= 0.662

And replacing we got:


ME=1.96 \sqrt{(0.662 (1-0.662))/(420)} =0.045

User Lolalola
by
2.9k points