AP Statistics Sampling Distributions — Worked Answer Explanations

Unit 5 · 12 questions explained

Below is a complete answer key for our AP Statistics Sampling Distributions practice questions. For each question you'll find the correct choice, a full written explanation of how to get there, and — for every wrong answer — a short note on exactly why it's tempting and where it goes wrong. Reading these straight through is one of the fastest ways to find the gaps in a unit before exam day.

Prefer to test yourself first? Take the timed Sampling Distributions practice test and come back here to review, or head back to the Sampling Distributions unit overview.

In-content ad
  1. Question 1 · Easy

    A population has mean and standard deviation . A simple random sample of size is taken. What is the standard deviation of the sampling distribution of ?

    • A
      10
      Why not A: This is , the population standard deviation, not the standard error of .
    • B
      2Correct
    • C
      0.4
      Why not C: Dividing by instead of .
    • D
      50
      Why not D: This is the population mean, not the standard error.
    Explanation

    The standard error (standard deviation of the sampling distribution of ) is .

    Key takeaway

    Standard error of $\bar{x}$: $\sigma_{\bar{x}} = \sigma/\sqrt{n}$. Larger samples reduce the standard error.

  2. Question 2 · Easy

    Which statement best describes what the Central Limit Theorem (CLT) tells us about the sampling distribution of ?

    • A
      The population must be normally distributed for to be approximately normal.
      Why not A: The CLT applies to non-normal populations; the entire point is that normality of the population is not required for large .
    • B
      For large enough sample sizes, the sampling distribution of is approximately normal regardless of the population shape.Correct
    • C
      For large samples, the sample mean equals the population mean.
      Why not C: for any sample size; the CLT specifically says the sampling distribution is approximately normal for large .
    • D
      As sample size increases, converges to .
      Why not D: converges to (the Law of Large Numbers); it has no relationship to .
    Explanation

    The Central Limit Theorem states that for sufficiently large (often as a rule of thumb), the sampling distribution of is approximately normal with mean and standard error , regardless of the shape of the population distribution.

    Key takeaway

    CLT: for large $n$, $\bar{x} \sim N(\mu,\, \sigma/\sqrt{n})$ approximately, even if the population is not normal.

  3. Question 3 · Easy

    A large population has proportion with a certain characteristic. A random sample of is taken. What is the mean of the sampling distribution of ?

    • A
      0.060
      Why not A: Dividing by gives a standard error-like value, not the mean.
    • B
      60
      Why not B: This is the expected count , not the mean of the sampling distribution of .
    • C
      0.60Correct
    • D
      0.049
      Why not D: 0.049 is the standard deviation of , not its mean.
    Explanation

    The sampling distribution of is centered at , the population proportion. So . The sample proportion is an unbiased estimator of the population proportion.

    Key takeaway

    The mean of the sampling distribution of $\hat{p}$ is $p$; $\hat{p}$ is an unbiased estimator of $p$.

  4. Question 4 · Easy

    A population of SAT scores is strongly right-skewed. Samples of size are taken repeatedly. Which of the following best describes the sampling distribution of for ?

    • A
      Approximately normal, because the CLT applies for any sample size.
      Why not A: The CLT requires sufficiently large (approximately 30+) for a skewed population; is too small.
    • B
      Exactly normal, because all sampling distributions of are normal.
      Why not B: Sampling distributions of are exactly normal only when the population is normal.
    • C
      Still right-skewed, but less skewed than the population.Correct
    • D
      Identical in shape to the population distribution.
      Why not D: Averaging reduces skewness even for small samples; the sampling distribution is never identical to the population shape when .
    Explanation

    For small samples from a skewed population, the CLT has not yet "kicked in." The sampling distribution of will be less skewed than the population (averaging reduces extremes), but with it will still be noticeably right-skewed.

    Key takeaway

    The CLT requires larger samples for skewed populations; $n \geq 30$ is a common threshold, though the required $n$ increases with skewness.

  5. Question 5 · Easy

    A population proportion is . A random sample of is drawn. What is the standard deviation of the sampling distribution of ?

    • A
      0.40
      Why not A: This is itself, not the standard deviation of the sampling distribution.
    • B
      0.0024
      Why not B: Computing gives the variance, not the standard deviation.
    • C
      0.049Correct
    • D
      0.490
      Why not D: Forgetting to divide by : is just .
    Explanation

    .

    Key takeaway

    Standard deviation of $\hat{p}$: $\sigma_{\hat{p}} = \sqrt{p(1-p)/n}$.

  6. Question 6 · Easy

    A researcher takes random samples of size from a population with and . What is the probability that a sample mean exceeds 82?

    • A
      Why not A: This uses without dividing by : , not 2.
    • B
      Correct
    • C
      Why not C: Using directly instead of the standard error .
    • D
      Why not D: Dividing by instead of , giving , not 4.
    Explanation

    Standard error: . . .

    Key takeaway

    To find probabilities for $\bar{x}$, standardize using $z = (\bar{x} - \mu)/(\sigma/\sqrt{n})$.

  7. Question 7 · Easy

    Which condition must be met for the sampling distribution of to be approximately normal?

    • A
      Why not A: is the CLT rule of thumb for the sampling distribution of , not .
    • B
      and Correct
    • C
      Why not C: There is no requirement that be close to 0.5; the large-counts condition involves and .
    • D
      The population must be normally distributed.
      Why not D: Proportions come from a binary categorical variable; population normality is irrelevant.
    Explanation

    The sampling distribution of is approximately normal when the Large Counts condition is met: and . This ensures enough expected successes and failures for the normal approximation to be valid.

    Key takeaway

    Large Counts condition: $np \geq 10$ and $n(1-p) \geq 10$ for $\hat{p}$ to be approximately normal.

  8. Question 8 · Easy

    A population is normal with and . Random samples of size are repeatedly drawn. What is the shape of the sampling distribution of ?

    • A
      Approximately normal, by the CLT since .
      Why not A: The CLT is not needed here; exact normality follows from the population being normal, for any .
    • B
      Exactly normal, because the population is normal.Correct
    • C
      Unknown shape, since .
      Why not C: The rule applies to non-normal populations; when the population is normal, is exactly normal for any .
    • D
      Approximately normal with mean 100/9.
      Why not D: The mean of is , not .
    Explanation

    If the population is normally distributed, the sampling distribution of is exactly normal for any sample size . The CLT (which gives approximate normality) is only needed when the population is not normal.

    Key takeaway

    If the population is normal, $\bar{x}$ is exactly normal for any $n$; the CLT provides only approximate normality for non-normal populations with large $n$.

  9. Question 9 · Medium

    A sample of is taken from a large population where . A student checks the conditions for using a normal approximation and finds , . The student concludes the approximation is barely acceptable. Is this correct?

    • A
      No; the condition requires strictly, so fails.
      Why not A: The large-counts condition uses , not strictly.
    • B
      Yes; both and are satisfied, so the normal approximation is justified.Correct
    • C
      No; the condition also requires , which fails here.
      Why not C: The condition applies to the mean , not to .
    • D
      No; for a proportion, the sample size must be at least 100.
      Why not D: There is no fixed minimum sample size of 100 for proportions; the large-counts condition depends on and together.
    Explanation

    The standard Large Counts condition is AND . Here and , so both conditions are met. The normal approximation is valid. The student is essentially correct.

    Key takeaway

    Large Counts uses $\geq 10$ (not strict $> 10$); when $np = 10$ exactly, the condition is satisfied.

  10. Question 10 · Medium

    Two sampling distributions are described: (I) samples from a symmetric, bell-shaped population; (II) samples from a heavily skewed population. Which is more likely to be approximately normal?

    • A
      Distribution I, because the population is symmetric.
      Why not A: Symmetry helps, but with and bell-shape, the sampling distribution is already very close to normal — the comparison depends on severity of skewness in II.
    • B
      Distribution II, because is large enough by the CLT even for skewed populations.Correct
    • C
      Both are equally normal, because the CLT applies in both cases.
      Why not C: The CLT does not apply equally; from a near-normal population and from a skewed population may differ, but for heavily skewed data typically suffices.
    • D
      Neither is approximately normal, because neither comes from a perfectly normal population.
      Why not D: The CLT gives approximate normality for large ; exact population normality is not required.
    Explanation

    For a symmetric, bell-shaped population with , the sampling distribution is already nearly normal. For a heavily skewed population, generally satisfies the CLT condition (skewed distributions often require to +). Both are approximately normal, but the comparison question is asking which is more likely — with heavy skew and , normality is well established.

    Key takeaway

    For heavily skewed populations, larger samples (often $n \geq 30–50$) are needed for the CLT to produce an approximately normal sampling distribution of $\bar{x}$.

  11. Question 11 · Hard

    A factory produces bolts with a mean diameter of mm and mm. Quality control selects random samples of 16 bolts. In repeated sampling, 95% of sample means will fall within what range?

    • A
      9.00 mm to 11.00 mm
      Why not A: Using instead of .
    • B
      9.75 mm to 10.25 mmCorrect
    • C
      9.50 mm to 10.50 mm
      Why not C: Using — dividing by instead of .
    • D
      9.875 mm to 10.125 mm
      Why not D: Using instead of for 95%.
    Explanation

    Standard error mm. For 95%, use : interval , giving to mm.

    Key takeaway

    95% of sample means fall within $\mu \pm 2(\sigma/\sqrt{n})$; use the standard error, not $\sigma$.

  12. Question 12 · Hard

    A sample proportion is calculated from a sample of . The population proportion is claimed to be . What is the approximate -score for ?

    • A
      Correct
    • B
      Why not B: Using with gives , not 0.025.
    • C
      Why not C: Not dividing the numerator by the standard error: is the raw difference.
    • D
      Why not D: Using directly in numerator: ; this is not the correct formula.
    Explanation

    Under , the standard deviation of is . .

    Key takeaway

    For a hypothesis test on $p$, use $\sigma_{\hat{p}} = \sqrt{p_0(1-p_0)/n}$ (the null value $p_0$, not $\hat{p}$).