AP Statistics Probability, Random Variables, and Probability Distributions — Worked Answer Explanations

Unit 4 · 12 questions explained

Below is a complete answer key for our AP Statistics Probability, Random Variables, and Probability 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 Probability, Random Variables, and Probability Distributions practice test and come back here to review, or head back to the Probability, Random Variables, and Probability Distributions unit overview.

In-content ad
  1. Question 1 · Easy

    A bag contains 4 red marbles and 6 blue marbles. One marble is drawn at random. What is the probability of drawing a red marble?

    • A
      0.40Correct
    • B
      0.60
      Why not B: This is the probability of drawing blue, not red.
    • C
      0.44
      Why not C: Dividing red by blue (4/6 ≈ 0.67) or some other incorrect operation.
    • D
      0.67
      Why not D: Dividing red by blue (4/6 ≈ 0.67) instead of red by total (4/10).
    Explanation

    . The total number of marbles is 4 + 6 = 10.

    Key takeaway

    Classical probability: $P(A) = \frac{\text{outcomes in A}}{\text{total outcomes}}$ when all outcomes are equally likely.

  2. Question 2 · Easy

    Events and are mutually exclusive with and . What is ?

    • A
      0.135
      Why not A: 0.135 = P(A) × P(B); this is the probability of A AND B if they were independent, not the addition rule.
    • B
      0.75Correct
    • C
      0.775
      Why not C: Using the general addition rule P(A) + P(B) − P(A∩B), but mutually exclusive means P(A∩B) = 0.
    • D
      1.00
      Why not D: Adding without the joint probability gives 0.75, not 1.00.
    Explanation

    Mutually exclusive events cannot both occur, so . The addition rule simplifies to .

    Key takeaway

    For mutually exclusive events: $P(A \text{ or } B) = P(A) + P(B)$; there is no overlap to subtract.

  3. Question 3 · Easy

    A discrete random variable has the probability distribution shown. What is ?

    1234
    0.100.300.400.20
    • A
      2.50
      Why not A: 2.5 is the arithmetic average of 1, 2, 3, 4 — ignoring the probabilities.
    • B
      2.70Correct
    • C
      3.00
      Why not C: 3 is the mode of this distribution, not the expected value.
    • D
      1.00
      Why not D: This is the sum of the probabilities, not the expected value.
    Explanation

    .

    Key takeaway

    $E(X) = \sum x \cdot P(X = x)$; weight each value by its probability, then sum.

  4. Question 4 · Easy

    A student guesses randomly on a 5-question true/false quiz. Let = number of correct answers. What are the mean and standard deviation of ?

    • A
      ,
      Why not A: 1.25 is the variance , not the standard deviation.
    • B
      , Correct
    • C
      ,
      Why not C: Using for both mean and variance; the mean is .
    • D
      ,
      Why not D: These are the mean and SD of a single Bernoulli trial, not the binomial sum.
    Explanation

    This is a binomial distribution with , . . .

    Key takeaway

    Binomial: $\mu = np$ and $\sigma = \sqrt{np(1-p)}$.

  5. Question 5 · Easy

    In a standard deck of 52 cards, two cards are drawn without replacement. Given that the first card drawn is an ace, what is the probability that the second card is also an ace?

    • A
      Why not A: This is the unconditional probability of drawing an ace on the first draw, ignoring the given condition.
    • B
      Correct
    • C
      Why not C: Reduces denominator to 51 but keeps 4 aces; after drawing one ace, only 3 remain.
    • D
      Why not D: Reduces the number of aces but forgets to reduce the deck size.
    Explanation

    After drawing one ace, 3 aces remain in a deck of 51 cards. .

    Key takeaway

    Conditional probability without replacement: update both the numerator (successes remaining) and denominator (total remaining).

  6. Question 6 · Easy

    Two independent random variables and have means , , and standard deviations , . What are the mean and standard deviation of ?

    • A
      ,
      Why not A: Adding standard deviations is incorrect; variances (not SDs) add for independent variables.
    • B
      , Correct
    • C
      ,
      Why not C: Subtracting the means instead of adding.
    • D
      ,
      Why not D: Reporting the variance () instead of the standard deviation.
    Explanation

    For independent variables: . Variances add: , so .

    Key takeaway

    Means always add/subtract; variances add (never SDs) for independent variables.

  7. Question 7 · Easy

    A geometric random variable counts the number of trials until the first success, where . What is ?

    • A
      Why not A: This omits the two preceding failures; geometric requires (1−p)^(k−1) failures before the success.
    • B
      Correct
    • C
      Why not C: Forgetting to multiply by ; this is the probability of 3 consecutive failures.
    • D
      Why not D: This is the binomial formula for exactly 1 success in 3 trials, not the geometric formula.
    Explanation

    . For : . The first two trials are failures, the third is the first success.

    Key takeaway

    Geometric PMF: $P(X = k) = (1-p)^{k-1}p$; the first $k-1$ trials are failures, the $k$-th is the first success.

  8. Question 8 · Easy

    A candy machine has a 30% chance of dispensing a rare flavor. You try the machine 10 times. Using the binomial model, what is the probability of getting the rare flavor at least once?

    • A
      Why not A: is the probability of always getting the rare flavor; subtracting it does not give the complement of zero.
    • B
      Why not B: Multiplying the probability by the number of trials gives the expected value, not the probability of at least one.
    • C
      Correct
    • D
      Why not D: This is the probability of exactly 1 success, not at least 1.
    Explanation

    . The complement rule is the most efficient approach.

    Key takeaway

    $P(\text{at least one success}) = 1 - P(\text{no successes}) = 1 - (1-p)^n$.

  9. Question 9 · Medium

    A student claims that because and , events and cannot both occur since . Is this reasoning valid?

    • A
      Yes; if , they must be mutually exclusive.
      Why not A: Mutually exclusive events satisfy ; this is necessary but not sufficient to conclude they cannot both occur.
    • B
      No; does not prevent both events from occurring simultaneously.Correct
    • C
      Yes; the sum of individual probabilities must equal 1 for events to overlap.
      Why not C: There is no such requirement; overlapping probabilities are constrained differently.
    • D
      No; events can co-occur only if .
      Why not D: Events can co-occur even when ; e.g., drawing a red ace has but both can occur.
    Explanation

    Two events can occur together whenever . For example, if , then , which is perfectly valid. The sum of individual probabilities being less than 1 is not evidence of mutual exclusivity.

    Key takeaway

    Events can overlap even when $P(A) + P(B) \leq 1$. Mutual exclusivity means $P(A \cap B) = 0$, not that their probabilities sum to more than 1.

  10. Question 10 · Medium

    Events and satisfy , , and . Are and independent?

    • A
      Yes, because and .
      Why not A: Independence is not determined by whether or by the sum of probabilities.
    • B
      Yes, because .Correct
    • C
      No, because .
      Why not C: Independent events can have a non-zero joint probability; they are not mutually exclusive.
    • D
      No, because .
      Why not D: , so they are indeed independent.
    Explanation

    Check independence: . Since the product of marginal probabilities equals the joint probability, and are independent. Equivalently, .

    Key takeaway

    Two events are independent if and only if $P(A \cap B) = P(A) \cdot P(B)$, equivalently $P(A|B) = P(A)$.

  11. Question 11 · Hard

    A fair coin is flipped 8 times. Using the binomial distribution, what is the probability of getting exactly 5 heads?

    • A
      Why not A: Dividing successes by trials gives a proportion, not a probability from the binomial formula.
    • B
      Correct
    • C
      Why not C: This is the probability of one specific sequence of 8 outcomes, not all sequences with exactly 5 heads.
    • D
      is wrong; the correct answer is 0.273.
      Why not D: , not 0.273; this is actually the correct formula.
    Explanation

    . counts the number of ways to choose which 5 of 8 flips are heads.

    Key takeaway

    Binomial PMF: $P(X=k) = \binom{n}{k}p^k(1-p)^{n-k}$; the binomial coefficient counts arrangements.

  12. Question 12 · Hard

    In a large population, 1% of people have a certain disease. A test has a sensitivity of 95% (true positive rate) and a specificity of 90% (true negative rate). A randomly selected person tests positive. What is the approximate probability they actually have the disease?

    • A
      About 95%
      Why not A: 95% is the sensitivity — the probability of a positive test given the disease is present, not the reverse.
    • B
      About 87%
      Why not B: Averaging sensitivity and specificity is not how Bayes' theorem works.
    • C
      About 8.7%Correct
    • D
      About 1%
      Why not D: 1% is the prevalence; the positive test result updates this probability upward, but not to 95%.
    Explanation

    Use Bayes' theorem. True positives: . False positives: . Total positives: . . Low prevalence makes false positives dominate.

    Key takeaway

    Even with a good test, low disease prevalence causes many false positives; use Bayes' theorem to find the true probability of disease given a positive result.