By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.
The sampling distribution of a sample proportion (p?) describes how the proportion of successes in a sample varies from sample to sample. It’s essential for constructing confidence intervals and performing hypothesis tests about a population proportion (p). The conditions (10% condition, np-10, n(1–p)-10) ensure that the sampling distribution is approximately Normal, allowing us to use the z-distribution for inference.
Real-world example: A pharmaceutical company tests whether a new vaccine is effective in at least 90% of cases. They take a random sample of 500 patients and find that 460 respond positively (p? = 0.92). Before making conclusions, they must verify that the sampling distribution of p? is approximately Normal by checking the conditions.
1-PropZTest
STAT-TESTS-5:1-PropZTest
1-PropZInt
STAT-TESTS-A:1-PropZInt
H?: p-p? (or p > p? or p < p?, depending on the claim).
Check conditions:
Large Counts: np?-10 and n(1–p?)-10 (use p? from H?, not p?).
Compute the test statistic:
Calculator: Use 1-PropZTest (input p?, x, n, and H?).
Find the p-value:
normalcdf(lower, upper, 0, 1)
normalcdf(-1E99, -z, 0, 1) * 2
Calculator: 1-PropZTest gives the p-value directly.
Make a conclusion in context:
State the parameter: "We want to estimate the true proportion p of [context]."
Large Counts: np?-10 and n(1–p?)-10 (use p?, not p).
Compute the interval:
Calculator: Use 1-PropZInt (input x, n, and confidence level).
Interpret the interval in context:
Correction: Always verify n-0.10N unless the problem states sampling with replacement (rare in AP Stats). The 10% condition ensures independence between observations.
Mistake: Using p? instead of p? in the Large Counts condition for a hypothesis test.
Correction: For hypothesis tests, use p? (from H?) to check np?-10 and n(1–p?)-10. For confidence intervals, use p?.
Mistake: Rounding p? too early (e.g., using p? = 0.4 instead of p? = 0.405 in calculations).
Correction: Keep p? in decimal form (e.g., 405/1000 = 0.405) until the final answer to avoid rounding errors.
Mistake: Misinterpreting the confidence level as the probability that p is in the interval.
Correction: The confidence level (e.g., 95%) is the long-run success rate of the method, not the probability for this specific interval. Say: "We are 95% confident that the true proportion is between X and Y."
Mistake: Using the t-distribution instead of the z-distribution for proportions.
"A researcher claims that 60% of high school students support a later start time. In a random sample of 200 students, 130 support the change. Do these data provide convincing evidence against the researcher’s claim at the-= 0.05 level?"
You must check conditions, perform a z-test, and interpret the p-value.
Tricky distinction: p vs. p? vs. p?:
p? = hypothesized proportion (from H?).
Calculator pitfall: 1-PropZTest and 1-PropZInt do not check conditions for you—you must verify them manually.
Common FRQ setup: A problem gives a sample proportion and asks for a confidence interval or hypothesis test, requiring you to:
A factory claims that 5% of its light bulbs are defective. In a random sample of 200 bulbs, 18 are defective. Which condition is not satisfied for performing a one-proportion z-test? (A) The sample is random. (B) n-0.10N (C) np?-10 and n(1–p?)-10 (D) The sample size is large enough for the Central Limit Theorem.
Answer: (C) Explanation: np? = 200(0.05) = 10 (barely meets the condition), but n(1–p?) = 200(0.95) = 190-10 is satisfied. However, np? = 10 is the minimum requirement, and the problem may expect you to recognize that np? = 10 is technically acceptable but borderline. The 10% condition (B) is likely satisfied (unless the population is very small), and (A) and (D) are correct. The most questionable condition is (C).
A school newspaper reports that 70% of students favor a new dress code. A student disagrees and surveys a random sample of 50 students, finding that 30 favor the dress code. (a) Check the conditions for constructing a 95% confidence interval for the true proportion of students who favor the dress code. (b) Construct and interpret the 95% confidence interval.
Answer: (a) Conditions: - Random: The sample is stated to be random. - 10% condition: 50-0.10N (assuming the school has at least 500 students, which is reasonable). - Large Counts: np? = 50(0.6) = 30-10 and n(1–p?) = 50(0.4) = 20-10. All conditions are satisfied.
(b) Interval: - p? = 30/50 = 0.6 - z = 1.96 (for 95% confidence) - SE = ?(0.6(0.4)/50)-0.0693 - Margin of Error = 1.96(0.0693)-0.136 - Interval: 0.6 ± 0.136? (0.464, 0.736) - Interpretation: We are 95% confident that the true proportion of students who favor the new dress code is between 46.4% and 73.6%.
Join 4M+ learners. Unlock unlimited quizzes, wrong-answer tracking, flashcards + reminders, study guides, and 1-on-1 challenges.