Fatskills
Practice. Master. Repeat.
Study Guide: Introductory Statistics: Inference CIs CI for One Proportion p zp1-pn Conditions
Source: https://www.fatskills.com/statistics-101/chapter/introductorystatistics-introductory-statistics-inference-cis-ci-for-one-proportion-p-zp1-pn-conditions

Introductory Statistics: Inference CIs CI for One Proportion p zp1-pn Conditions

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~7 min read

What Is This?

A confidence interval (CI) for one proportion is a range of values that likely contains the true population proportion with a certain level of confidence. It is calculated using the formula:

[ \hat{p} \pm z^* \cdot \sqrt{\frac{\hat{p}(1-\hat{p})}{n}} ]

This topic appears in exams to test your understanding of statistical inference and your ability to apply formulas under time pressure. Questions typically involve calculating the CI given a sample proportion and size, or interpreting the meaning of a CI.

Why It Matters

This topic is tested in statistics exams, particularly in introductory and AP Statistics courses. It frequently appears in multiple-choice and free-response questions, carrying moderate to high marks. It tests your ability to apply statistical formulas and interpret results, which are crucial skills for data analysis roles.

Core Concepts

  • Sample Proportion ( (\hat{p}) ): The proportion of successes in a sample.
  • Standard Error (SE): Measures the accuracy of (\hat{p}) as an estimate of the population proportion. Calculated as (\sqrt{\frac{\hat{p}(1-\hat{p})}{n}}).
  • Z-Score (z*): The number of standard errors from the mean that corresponds to the desired confidence level.
  • Margin of Error (ME): The range added and subtracted from (\hat{p}) to form the CI, calculated as (z^* \cdot SE).
  • Conditions for Validity: The sample should be random, and the sample size should be large enough (typically (n\hat{p} \geq 10) and (n(1-\hat{p}) \geq 10)).

Prerequisites

  • Understanding of basic probability and proportions.
  • Familiarity with the normal distribution and z-scores.
  • Knowledge of sampling methods and their implications.

Missing these prerequisites will lead to errors in calculating the SE and interpreting the CI.

The Rule-Book (How It Works)


Primary Rule

The confidence interval for one proportion is calculated as:

[ \hat{p} \pm z^* \cdot \sqrt{\frac{\hat{p}(1-\hat{p})}{n}} ]

Sub-Rules and Edge Cases

  • Z-Score Selection: Use standard z-scores for common confidence levels (e.g., (z^* = 1.96) for 95% confidence).
  • Sample Size Conditions: Ensure (n\hat{p} \geq 10) and (n(1-\hat{p}) \geq 10) to use the normal approximation.
  • Interpretation: The CI does not guarantee the true proportion lies within the interval; it indicates the likelihood based on repeated sampling.

Visual Pattern

Think of the CI as a "capture zone" around (\hat{p}), with the width determined by the ME.

Exam / Job / Audit Weighting

  • Frequency: Common
  • Difficulty Rating: Intermediate
  • Question Type: Multiple-choice, free-response, data interpretation

Difficulty Level

Intermediate

Must-Know Rules, Formulas, Standards, or Principles

  1. CI Formula: (\hat{p} \pm z^* \cdot \sqrt{\frac{\hat{p}(1-\hat{p})}{n}})
  2. Sample Size Conditions: (n\hat{p} \geq 10) and (n(1-\hat{p}) \geq 10)
  3. Interpretation: The CI provides a range within which the true population proportion is likely to fall with a certain level of confidence.

Worked Examples (Step-by-Step)


Easy

Question: A random sample of 100 voters shows that 60 support a new policy. Construct a 95% confidence interval for the true proportion of supporters.

Step-by-Step: 1. Calculate (\hat{p}): (\hat{p} = \frac{60}{100} = 0.60) 2. Determine (z^) for 95% confidence: (z^ = 1.96) 3. Calculate SE: (SE = \sqrt{\frac{0.60(1-0.60)}{100}} = 0.049) 4. Calculate ME: (ME = 1.96 \cdot 0.049 = 0.096) 5. Construct CI: (0.60 \pm 0.096 = (0.504, 0.696))

Answer: (0.504, 0.696)

Medium

Question: A survey of 200 customers finds that 120 are satisfied. Construct a 90% confidence interval for the true proportion of satisfied customers.

Step-by-Step: 1. Calculate (\hat{p}): (\hat{p} = \frac{120}{200} = 0.60) 2. Determine (z^) for 90% confidence: (z^ = 1.645) 3. Calculate SE: (SE = \sqrt{\frac{0.60(1-0.60)}{200}} = 0.035) 4. Calculate ME: (ME = 1.645 \cdot 0.035 = 0.057) 5. Construct CI: (0.60 \pm 0.057 = (0.543, 0.657))

Answer: (0.543, 0.657)

Hard

Question: A study of 500 patients finds that 300 experience side effects. Construct a 99% confidence interval for the true proportion of patients experiencing side effects.

Step-by-Step: 1. Calculate (\hat{p}): (\hat{p} = \frac{300}{500} = 0.60) 2. Determine (z^) for 99% confidence: (z^ = 2.576) 3. Calculate SE: (SE = \sqrt{\frac{0.60(1-0.60)}{500}} = 0.022) 4. Calculate ME: (ME = 2.576 \cdot 0.022 = 0.057) 5. Construct CI: (0.60 \pm 0.057 = (0.543, 0.657))

Answer: (0.543, 0.657)

Common Exam Traps & Mistakes

  1. Incorrect Z-Score: Using the wrong z-score for the given confidence level.
  2. Wrong Answer: Using (z^* = 1.96) for 90% confidence.
  3. Correct Approach: Use (z^* = 1.645) for 90% confidence.

  4. Ignoring Sample Size Conditions: Not checking if (n\hat{p} \geq 10) and (n(1-\hat{p}) \geq 10).

  5. Wrong Answer: Calculating CI without verifying conditions.
  6. Correct Approach: Always check and state the conditions.

  7. Misinterpreting CI: Thinking the CI guarantees the true proportion.

  8. Wrong Answer: Stating the true proportion is definitely within the CI.
  9. Correct Approach: Explain the CI as a likelihood based on repeated sampling.

  10. Rounding Errors: Incorrect rounding of SE or ME.

  11. Wrong Answer: Rounding SE to 0.05 instead of 0.049.
  12. Correct Approach: Round carefully and consistently.

  13. Formula Misapplication: Using the wrong formula for SE.

  14. Wrong Answer: Using (\sqrt{\frac{\hat{p}}{n}}) instead of (\sqrt{\frac{\hat{p}(1-\hat{p})}{n}}).
  15. Correct Approach: Memorize the correct SE formula.

Shortcut Strategies & Exam Hacks

  • Memorize Z-Scores: Know the z-scores for common confidence levels (90%, 95%, 99%).
  • Check Conditions First: Always verify (n\hat{p} \geq 10) and (n(1-\hat{p}) \geq 10) before calculating.
  • Use a Calculator: For SE and ME calculations to avoid rounding errors.
  • Practice Interpretation: Understand and practice explaining what a CI means.

Question-Type Taxonomy

  1. Calculation Questions: Directly ask for the CI given (\hat{p}) and (n).
  2. Example: Given (\hat{p} = 0.70) and (n = 150), construct a 95% CI.
  3. Favored By: AP Statistics, introductory stats courses.

  4. Interpretation Questions: Ask you to explain the meaning of a given CI.

  5. Example: Interpret the CI (0.65, 0.75) for a 95% confidence level.
  6. Favored By: Comprehensive exams, job interviews.

  7. Conditions Verification: Ask you to check if the conditions for a valid CI are met.

  8. Example: Given (\hat{p} = 0.40) and (n = 80), are the conditions for a valid CI met?
  9. Favored By: Advanced stats courses, data analysis roles.

Practice Set (MCQs)


Question 1

Question: A random sample of 200 students shows that 120 are in favor of a new policy. What is the 95% confidence interval for the true proportion of students in favor?

Options: A. (0.55, 0.65) B. (0.50, 0.70) C. (0.57, 0.63) D. (0.45, 0.75)

Correct Answer: C. (0.57, 0.63)

Explanation: - (\hat{p} = \frac{120}{200} = 0.60) - (z^* = 1.96) - (SE = \sqrt{\frac{0.60(1-0.60)}{200}} = 0.035) - (ME = 1.96 \cdot 0.035 = 0.069) - CI: (0.60 \pm 0.069 = (0.531, 0.669))

Why the Distractors Are Tempting: - A: Close but slightly off due to rounding errors.
- B: Too wide, suggesting a misunderstanding of ME.
- D: Too wide and off-center, suggesting calculation errors.

Question 2

Question: A survey of 300 voters finds that 180 support a candidate. What is the 90% confidence interval for the true proportion of supporters?

Options: A. (0.55, 0.65) B. (0.50, 0.70) C. (0.56, 0.64) D. (0.45, 0.75)

Correct Answer: C. (0.56, 0.64)

Explanation: - (\hat{p} = \frac{180}{300} = 0.60) - (z^* = 1.645) - (SE = \sqrt{\frac{0.60(1-0.60)}{300}} = 0.028) - (ME = 1.645 \cdot 0.028 = 0.046) - CI: (0.60 \pm 0.046 = (0.554, 0.646))

Why the Distractors Are Tempting: - A: Close but slightly off due to rounding errors.
- B: Too wide, suggesting a misunderstanding of ME.
- D: Too wide and off-center, suggesting calculation errors.

Question 3

Question: A study of 400 patients finds that 240 experience side effects. What is the 99% confidence interval for the true proportion of patients experiencing side effects?

Options: A. (0.55, 0.65) B. (0.50, 0.70) C. (0.56, 0.64) D. (0.54, 0.66)

Correct Answer: D. (0.54, 0.66)

Explanation: - (\hat{p} = \frac{240}{400} = 0.60) - (z^* = 2.576) - (SE = \sqrt{\frac{0.60(1-0.60)}{400}} = 0.025) - (ME = 2.576 \cdot 0.025 = 0.064) - CI: (0.60 \pm 0.064 = (0.536, 0.664))

Why the Distractors Are Tempting: - A: Close but slightly off due to rounding errors.
- B: Too wide, suggesting a misunderstanding of ME.
- C: Too narrow, suggesting a misunderstanding of ME.

Question 4

Question: A random sample of 150 students shows that 90 are in favor of a new policy. What is the 95% confidence interval for the true proportion of students in favor?

Options: A. (0.55, 0.65) B. (0.50, 0.70) C. (0.54, 0.66) D. (0.52, 0.68)

Correct Answer: C. (0.54, 0.66)

Explanation: - (\hat{p} = \frac{90}{150} = 0.60) - (z^* = 1.96) - (SE = \sqrt{\frac{0.60(1-0.60)}{150}} = 0.040) - (ME = 1.96 \cdot 0.040 = 0.078) - CI: (0.60 \pm 0.078 = (0.522, 0.678))

Why the Distractors Are Tempting: - A: Close but slightly off due to rounding errors.
- B: Too wide, suggesting a misunderstanding of ME.
- D: Too narrow, suggesting a misunderstanding of ME.

Question 5

Question: A survey of 250 voters finds that 150 support a candidate. What is the 90% confidence interval for the true proportion of supporters?

Options: A. (0.55, 0.65) B. (0.50, 0.70) C. (0.54, 0.66) D. (0.52, 0.68)

Correct Answer: C. (0.54, 0.66)

Explanation: - (\hat{p} = \frac{150}{250} = 0.60) - (z^* = 1.645) - (SE = \sqrt{\frac{0.60(1-0.60)}{250}} = 0.032) - (ME = 1.645 \cdot 0.032 = 0.053) - CI: (0.60 \pm 0.053 = (0.547, 0.653))

Why the Distractors Are Tempting: - A: Close but slightly off due to rounding errors.
- B: Too wide, suggesting a misunderstanding of ME.
- D: Too narrow, suggesting a misunderstanding of ME.

30-Second Cheat Sheet

  • CI Formula: (\hat{p} \pm z^* \cdot \sqrt{\frac{\hat{p}(1-\hat{p})}{n}})
  • Z-Scores: 1.645 (90%), 1.96 (95%), 2.576 (99%)
  • Sample Size Conditions: (n\hat{p} \geq 10) and (n(1-\hat{p}) \geq 10)
  • Interpretation: CI indicates likelihood of true proportion within range
  • SE Calculation: (\sqrt{\frac{\hat{p}(1-\hat{p})}{n}})
  • ME Calculation: (z^* \cdot SE)
  • Check Conditions First: Always verify sample size conditions

Learning Path

  1. Beginner Foundation: Understand basic probability and proportions.
  2. Core Rules: Memorize the CI formula and z-scores for common confidence levels.
  3. Practice: Solve calculation and interpretation problems.
  4. Timed Drills: Practice under exam conditions.
  5. Mock Tests: Simulate exam environment and review mistakes.

Related Topics

  1. Confidence Intervals for Means: Similar concept but for means instead of proportions.
  2. Relation: Both involve calculating a range that likely contains the true population parameter.

  3. Hypothesis Testing for Proportions: Involves testing claims about population proportions.

  4. Relation: Uses similar concepts of sample proportion and z-scores.

  5. Sampling Distributions: Understanding the distribution of sample proportions.

  6. Relation: Provides the theoretical basis for constructing confidence intervals.


ADVERTISEMENT