Unit 6 Progress Check Mcq Part A Ap Stats

Author fotoperfecta
8 min read

Unit 6 Progress Check MCQPart A – AP Statistics: What You Need to Know

The AP Statistics curriculum is divided into nine units, and Unit 6 focuses on inference for categorical data: proportions. The Progress Check MCQ Part A is a formative assessment designed by the College Board to help students gauge their mastery of the concepts covered in this unit before moving on to the free‑response section. Understanding the structure of the check, the types of questions it contains, and the most effective ways to approach them can make a noticeable difference in your score. Below is a comprehensive guide that walks you through the core ideas, typical question formats, proven test‑taking strategies, and a set of practice items with detailed explanations.


1. Overview of Unit 6: Inference for Proportions

Unit 6 builds directly on the sampling distributions introduced in Unit 5 and shifts the focus from estimating a population mean to estimating a population proportion (often denoted p). The major learning objectives include:

  • Constructing and interpreting confidence intervals for a single proportion.
  • Performing significance tests (hypothesis tests) for a single proportion.
  • Comparing two proportions using confidence intervals and hypothesis tests.
  • Recognizing when the normal approximation is appropriate and applying the success‑failure condition.
  • Interpreting p‑values, Type I and Type II errors, and the concept of power in the context of proportions.

Because the unit is heavily procedural, the MCQ Part A tends to test both conceptual understanding (e.g., “What does a 95 % confidence interval mean?”) and computational skill (e.g., “Calculate the test statistic for a given sample proportion”).


2. Typical Question Types in Progress Check MCQ Part A

The College Board designs the MCQs to align with the AP Statistics Course Description. In Part A you will encounter mostly single‑best‑answer questions that fall into one of the following categories:

Category What It Tests Example Stem
Conceptual Interpretation Understanding of confidence level, margin of error, p‑value, and assumptions. “Which of the following statements correctly interprets a 90 % confidence interval for a population proportion?”
Formula Application Ability to plug numbers into the standard error, z‑score, or confidence‑interval formulas. “A random sample of 200 voters found 112 in favor of a policy. Compute the 95 % confidence interval for the true proportion of voters in favor.”
Condition Checking Recognizing when the normal approximation is valid (np ≥ 10 and n(1‑p) ≥ 10). “For which of the following sample sizes and observed proportions would the normal approximation be inappropriate?”
Two‑Proportion Comparisons Setting up and interpreting confidence intervals or hypothesis tests for p₁ − p₂. “A study compares the proportion of smokers among college graduates (n₁=150, x₁=30) and non‑graduates (n₂=200, x₂=50). Which conclusion is supported at α=0.05?”
Error & Power Concepts Distinguishing Type I vs. Type II errors, understanding how sample size affects power. “If the true proportion is 0.60 and the null hypothesis states p=0.50, which change would increase the power of the test?”

Each question is designed to be answered in roughly one minute, so efficiency matters.


3. Step‑by‑Step Strategies for Tackling the MCQs1. Read the Stem Carefully

Identify the parameter of interest (single proportion vs. difference of proportions) and whether the question asks for an interval, a test statistic, a p‑value, or an interpretation.

  1. Check the Conditions First
    Before any calculation, verify the success‑failure condition:

    • For a single proportion: np̂ ≥ 10 and n(1‑p̂) ≥ 10 (using the sample proportion ).
    • For two proportions: check the condition for each sample separately, or use the pooled proportion when conducting a hypothesis test.
  2. Write Down the Relevant Formula
    Having the formula on paper reduces arithmetic slips. Key formulas:

    • Standard error for a single proportion: SE = √[p̂(1‑p̂)/n]
    • Confidence interval: p̂ ± z*·SE
    • Test statistic for H₀: p = p₀: z = (p̂ − p₀) / √[p₀(1‑p₀)/n]
    • Pooled proportion for two‑sample test: p̂ₚ = (x₁ + x₂) / (n₁ + n₂) - SE for difference: √[p̂ₚ(1‑p̂ₚ)(1/n₁ + 1/n₂)]
  3. Plug in Numbers, Keep Track of Rounding
    The AP exam typically expects answers rounded to three decimal places for proportions and two decimal places for z‑scores, unless the stem specifies otherwise.

  4. Interpret the Result in Context
    After obtaining a numeric answer, return to the wording of the question. Does it ask for a decision (“reject H₀”) or an interpretation (“we are 95 % confident that …”)?

  5. Eliminate Clearly Wrong Choices
    Use logical reasoning:

    • A confidence level higher than 100 % is impossible.
    • A p‑value greater than 1 or less than 0 signals a mistake.
    • If the interval does not contain the null value, the corresponding two‑sided test would reject at the complementary α.
  6. Manage Your Time
    If a question looks computationally heavy, mark it and return after you’ve cleared the quicker conceptual items. The Progress Check is not timed strictly, but practicing under a 1‑minute-per‑question limit builds exam‑day stamina.


4. Sample Questions with Detailed Explanations

Below are four representative MCQs similar to those you might see in Unit 6 Progress Check MCQ Part A. Attempt each on your own before reading the solution.

Question 1 – Conceptual InterpretationA researcher constructs a 99 % confidence interval for the proportion of college students who regularly use a tutoring service and obtains (0.32, 0.48). Which statement is the best interpretation of this interval?

A. There is a 99 % probability that the true proportion of students who use tutoring lies between 0.32 and 0.48.
B. If we repeated the study many times, about 99 % of the resulting confidence intervals would contain the true proportion.

Answer to Question 1:
The correct interpretation is B. A confidence interval is a long-run frequency concept: if we were to draw many random samples and construct a 99% confidence interval from each, approximately 99% of those intervals would capture the true population proportion. Option A is incorrect because the true proportion is fixed; the interval either contains it or does not—there is no probability assigned to a specific computed interval. Options C and D (not shown but typical distractors) might incorrectly reference the sample proportion or future individual observations.


Question 2 – Hypothesis Test for a Single Proportion

A city council claims that at least 40% of residents support a new park. A random sample of 150 residents shows 52 supporters. Is there evidence against the council’s claim at α = 0.05?

A. Fail to reject H₀; z = –1.23, p-value = 0.109
B. Reject H₀; z = –1.23

Question 2 – Hypothesis Test for a Single Proportion (Continued)

Answer to Question 2: The correct answer is A. Fail to reject H₀; z = –1.23, p-value = 0.109. Here's the breakdown:

  1. State the Hypotheses:

    • H₀: p ≥ 0.40 (The proportion of residents supporting the park is at least 40%)
    • H₁: p < 0.40 (The proportion of residents supporting the park is less than 40%) (This is a left-tailed test because the alternative hypothesis is "less than")
  2. Calculate the Test Statistic: The formula for the z-statistic for a single proportion is: z = (p̂ - p₀) / √(p₀(1-p₀)/n) where:

    • p̂ = sample proportion = 52/150 = 0.3467
    • p₀ = hypothesized population proportion = 0.40
    • n = sample size = 150 z = (0.3467 - 0.40) / √(0.40(1-0.40)/150) z = -0.0533 / √(0.24/150) z = -0.0533 / √0.0016 z = -0.0533 / 0.04 z = -1.3325 ≈ -1.33
  3. Determine the P-value: Since this is a left-tailed test, we need to find the area to the left of z = -1.33 in the standard normal distribution. Using a z-table or calculator, the p-value is approximately 0.0918.

  4. Make a Decision: We compare the p-value to the significance level (α = 0.05). Since the p-value (0.0918) is greater than α (0.05), we fail to reject the null hypothesis.

  5. State the Conclusion in Context: There is not enough evidence at the α = 0.05 significance level to conclude that the proportion of residents supporting the new park is less than 40%.


Question 3 – Two-Sample Proportion Test

Two different schools claim that their students have different average heights. School A claims the average height is 68 inches with a standard deviation of 2.5 inches, based on a sample size of 50 students. School B claims the average height is 69 inches with a standard deviation of 2.8 inches, based on a sample size of 60 students. Test these claims at α = 0.01.

A. Reject H₀; z = 2.46, p-value = 0.014
B. Fail to reject H₀; z = 2.46, p-value = 0.014

Answer to Question 3: The correct answer is B. Fail to reject H₀; z = 2.46, p-value = 0.014. Here's the solution:

  1. State the Hypotheses:

    • H₀: μA = μB (The average heights of the two schools are the same)
    • H₁: μA ≠ μB (The average heights of the two schools are different) (This is a two-tailed test)
  2. Calculate the Pooled Standard Deviation: The pooled standard deviation (sp) is calculated as: sp = √[((nA - 1) * sA² + (nB - 1) * sB²) / (nA + nB - 2)] where:

    • nA = sample size of school A = 50
    • sA = standard deviation of school A = 2.5
    • nB = sample size of school B = 60
    • sB = standard deviation of school B = 2.8 sp = √[((49 * 2.5²) + (59 * 2.8²)) / (50 + 60 - 2)] sp = √[((49 * 6.25) + (59 * 7.84)) / 108] sp = √[(306.25 + 461.56) / 108] sp = √(767.81 / 108) sp = √7.10 sp ≈ 2.665
  3. Calculate the Test Statistic: The z-statistic for a two-sample proportion test is: z = (x̄A - x̄B) / (sp * √(1/nA + 1/nB)) where:

    • x̄A = sample mean of school A = 68
    • x̄B = sample mean of school B = 69 z = (68 - 69) / (2.665 * √(1/50 + 1/60)) z = -1 / (2.665 * √(0.02
More to Read

Latest Posts

You Might Like

Related Posts

Thank you for reading about Unit 6 Progress Check Mcq Part A Ap Stats. We hope the information has been useful. Feel free to contact us if you have any questions. See you next time — don't forget to bookmark!
⌂ Back to Home