118k views
3 votes
Suppose a survey of 500 people age 18 to 34 indicated that 32.2% of them live with one or both of their parents. Calculate and interpret a confidence interval estimate for the true proportion of all people age 18 to 34 who live with one or both parents. Use a 94% confidence level. ____________________________________________________________________________________________________________________________ CHAPTER 8: FLOW CHART VIEW OF FORMULAS FOR CONFIDENCE INTERVAL

User Eselskas
by
6.5k points

1 Answer

7 votes

Answer:


0.322 - 1.88\sqrt{(0.322(1-0.322))/(500)}=0.283


0.322 + 1.88\sqrt{(0.322(1-0.322))/(500)}=0.361

The 94% confidence interval would be given by (0.283;0.361)

Explanation:

Notation and definitions


n=500 random sample taken


\hat p=0.322 estimated proportion of people between 18 to 34 who live with their parents


p true population proportion of people between 18 to 34 who live with their parents

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


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

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)}

If we replace the values obtained we got:


0.322 - 1.88\sqrt{(0.322(1-0.322))/(500)}=0.283


0.322 + 1.88\sqrt{(0.322(1-0.322))/(500)}=0.361

The 94% confidence interval would be given by (0.283;0.361)

User Esa
by
5.1k points