Math · AP Statistics ★★★ Hard UNIT 4 OF 0

AP Statistics Unit 4 — Probability Random Variables and Distributions.

This unit covers probability rules, random variables, binomial distribution and geometric distribution — essential concepts for AP Statistics. Use our interactive study games to test your understanding, or review questions in traditional format below.

📋 28 questions ⏱ ~30 min 📊 10-20% of exam
Math Beast
Practice arena

Pick a mode. Play.

Answer questions as fast as you can. 2 minutes on the clock. Build streaks for bonus points!

Plain-text mode

Don't want to play?

Review the questions traditionally. Click to expand.

Questions loading...

Study tip

Focus on understanding.

Focus on understanding core concepts before memorizing details. Use the game modes to test yourself repeatedly — spaced repetition is proven to boost long-term retention.

Up next

Related units

Quick summary

This unit covers probability rules, random variables, binomial distribution and geometric distribution — essential concepts for AP Statistics. Use our interactive study games to test your understanding, or review questions in traditional format below.

What you need to know

Key Concepts Breakdown

1 Probability Rules

Students must know how to calculate probabilities using addition, multiplication, and complement rules. Understanding when events are independent versus mutually exclusive is critical, as confusing these two concepts is a common exam error. Conditional probability and its relationship to independence must be mastered.

Key Points

  • Addition rule: P(A ∪ B) = P(A) + P(B) − P(A ∩ B); simplifies to P(A) + P(B) only if mutually exclusive
  • Multiplication rule: P(A ∩ B) = P(A) · P(B|A); simplifies to P(A) · P(B) only if independent
  • Complement rule: P(A) = 1 − P(Aᶜ); use when 'at least one' appears in the problem
  • Independence test: events A and B are independent if and only if P(A|B) = P(A)
Example

A bag contains 4 red and 6 blue marbles. Two marbles are drawn without replacement. Find the probability that both are red.

Explanation

P(1st red) = 4/10. Given the first was red, P(2nd red) = 3/9, since one red marble was removed. By the multiplication rule for dependent events: P(both red) = (4/10)(3/9) = 12/90 ≈ 0.133. Drawing without replacement creates dependence, so the simple product rule does not apply.

2 Random Variables

A random variable assigns a numerical value to each outcome of a chance process. Students must distinguish between discrete and continuous random variables and be able to compute and interpret the mean (expected value) and standard deviation of a distribution. Combining random variables — including rules for means and variances — is heavily tested.

Key Points

  • Expected value: μ_X = Σ x · P(x); this is the long-run average, not necessarily a possible outcome
  • Variance: σ²_X = Σ (x − μ)² · P(x); standard deviation is the square root of variance
  • For independent random variables: μ_(X±Y) = μ_X ± μ_Y and σ²_(X±Y) = σ²_X + σ²_Y (always add variances)
  • Multiplying by a constant c: μ_(cX) = c·μ_X and σ_(cX) = |c|·σ_X (variance scales by c²)
Example

Let X be the number of heads in 2 fair coin flips, with distribution P(0)=0.25, P(1)=0.50, P(2)=0.25. Find μ_X and σ_X.

Explanation

μ_X = 0(0.25) + 1(0.50) + 2(0.25) = 1.0. For variance: σ²_X = (0−1)²(0.25) + (1−1)²(0.50) + (2−1)²(0.25) = 0.25 + 0 + 0.25 = 0.50. Therefore σ_X = √0.50 ≈ 0.707, meaning the number of heads typically deviates about 0.71 from the mean of 1.

3 Binomial Distribution

The binomial distribution models the number of successes in a fixed number of independent trials, each with the same probability of success. Students must verify the four BINS conditions and apply the binomial formula or calculator functions to find probabilities, means, and standard deviations. Cumulative binomial probability is frequently tested.

Key Points

  • BINS conditions: Binary outcomes, Independent trials, fixed Number of trials n, Same probability p each trial
  • P(X = k) = C(n,k) · pᵏ · (1−p)^(n−k); on the exam use binompdf(n, p, k) on calculator
  • Mean: μ = np; Standard deviation: σ = √(np(1−p))
  • For 'at least' or 'at most' problems, use binomcdf or the complement rule to avoid summing many terms
Example

A multiple-choice quiz has 10 questions, each with 5 options. A student guesses randomly on every question. What is the probability of getting exactly 3 correct?

Explanation

This satisfies BINS: binary (correct/incorrect), independent guesses, n = 10 fixed trials, p = 0.2 constant. Applying the formula: P(X = 3) = C(10,3)(0.2)³(0.8)⁷ = 120 · 0.008 · 0.2097 ≈ 0.201. The mean number correct is μ = 10(0.2) = 2, so 3 correct is slightly above average but still fairly likely.

4 Geometric Distribution

The geometric distribution models the number of trials needed to get the first success, where trials are independent and each has the same probability p of success. Unlike binomial, there is no fixed n — the variable is the trial number of the first success. Students must know the probability formula, mean, and how to compute cumulative probabilities.

Key Points

  • P(X = k) = (1−p)^(k−1) · p, where k = 1, 2, 3, … (number of trials until first success)
  • Mean (expected number of trials): μ = 1/p
  • P(X > k) = (1−p)^k; this represents the probability of no success in the first k trials
  • Key distinction from binomial: geometric has no fixed n and counts trials, not successes
Example

A basketball player makes free throws with probability 0.7. What is the probability that her first miss occurs on the 4th attempt?

Explanation

A 'miss' is the success event here, so p = 0.3 (probability of missing). We need P(X = 4): the first three attempts are made (not misses) and the 4th is a miss. P(X = 4) = (0.7)³(0.3) = 0.343 · 0.3 ≈ 0.103. The expected trial of the first miss is μ = 1/0.3 ≈ 3.33 attempts.

FAQ

Questions, answered.

What is Probability Random Variables and Distributions?

Probability Random Variables and Distributions is Unit 4 of AP Statistics, covering probability rules, random variables, binomial distribution and geometric distribution.

How to study for AP Statistics Unit 4?

Start with the Quick Summary above, review the Key Concepts, then test yourself with our interactive study games. Aim for 80%+ accuracy before moving on.

How many questions are in this unit?

This unit has 28+ review questions across 5 different game modes.