AP Statistics · Topic 3.3 · Unit 3
AP Stats 3.3: Confidence Interval for a Proportion
By Jude Wallis · Published
A one-sample z-interval for a population proportion is p-hat plus or minus z* times sqrt(p-hat(1-p-hat)/n). Check randomization, the 10% condition, and at least 10 observed successes and 10 observed failures before you build it.
AP Statistics: Unit 3 (topics 3.3). CED topic 3.3 (Constructing a Confidence Interval for a Population Proportion), skills 2.C, 3.E, 4.E.
What topic 3.3 covers
Topic 3.3 shows how to turn a single point estimate into an interval estimate for a population proportion. The correct procedure is the one-sample z-interval for a population proportion. The interval takes the form point estimate plus or minus a margin of error, and it estimates the true proportion of a named response variable in a named population. Because you built only a point estimate in topic 3.1, this topic is where a range of plausible values first appears.
The formula and its pieces
The interval is
Here is the sample proportion, is the sample size, and is the critical value, the boundary that encloses the middle of the standard normal distribution. Common critical values are 1.645 for 90%, 1.96 for 95%, and 2.576 for 99%. The standard error estimates the standard deviation of the sampling distribution, and the margin of error is , half the total width of the interval.
Conditions to check first
A one-sample z-interval requires three conditions:
- Randomization: the data come from a random sample.
- 10% condition: when sampling without replacement, .
- Normality: the observed successes and observed failures are both at least 10.
Notice that the interval uses in the normality check because is unknown, which differs from the test in topic 3.5 that uses the hypothesized . State each condition with the specific numbers from the problem rather than a vague reference to normality, since exam readers expect the actual counts.
Choosing a sample size
You can rearrange the margin of error formula to find the sample size needed for a target margin of error :
When no prior estimate of is available, use , which makes as large as possible and gives a safe upper bound on . Always round the result up to the next whole number, because rounding down would leave the margin of error slightly too large. Keep enough decimal places in the standard error while you work, since rounding it too early can shift the margin of error and move both endpoints of the interval.
95% confidence interval for a proportion
In a random sample of 400 households, 240 own a pet. Construct a 95% confidence interval for the population proportion that owns a pet.
Point estimate: .
Conditions: successes and failures are both at least 10 (assume random sample and 10% condition met).
Standard error: .
Critical value for 95%: .
Margin of error: .
Interval: .
The 95% confidence interval is about . You are 95% confident this interval captures the true proportion of households that own a pet.
Frequently asked questions
Why use p-hat in the standard error instead of p?
For a confidence interval the population proportion is unknown, so you estimate the standard deviation of the sampling distribution using the sample proportion . That estimate is why it is called a standard error rather than a standard deviation.