| Study Guides
Statistics · Probability and Random Variables · 18 min read · Updated 2026-05-11

Probability and Random Variables — AP Statistics

AP Statistics · Probability and Random Variables · 18 min read

1. Core Probability Rules ★★☆☆☆ ⏱ 3 min

All probability calculations follow universal rules built on the definition of a sample space $S$, the set of all possible outcomes of a random process, with events as subsets of the sample space. All probability results must fall within the 0 to 1 range.

  1. **Probability range**: $0 \leq P(A) \leq 1$ for any event $A$, 0 = impossible, 1 = certain
  2. **Complement rule**: $P(A^c) = 1 - P(A)$, where $A^c$ is the complement of $A$ (event $A$ does not occur)
  3. **General addition rule**: $P(A \cup B) = P(A) + P(B) - P(A \cap B)$ for any two events
  4. **Mutually exclusive addition**: If events cannot overlap, $P(A \cap B) = 0$, so $P(A \cup B) = P(A) + P(B)$
  5. **Total probability rule**: The sum of all probabilities in the sample space equals 1

2. Conditional Probability and Independence ★★★☆☆ ⏱ 4 min

Conditional probability describes the probability of an event occurring given that another event has already occurred, written $P(A|B)$ (read 'probability of A given B').

P(A|B) = \frac{P(A \cap B)}{P(B)} \quad \text{for } P(B) > 0

Two events are independent if the occurrence of one does not change the probability of the other occurring. Any of the following conditions can verify independence on the exam:

  • $P(A|B) = P(A)$
  • $P(B|A) = P(B)$
  • $P(A \cap B) = P(A) \times P(B)$

3. Discrete and Continuous Random Variables ★★☆☆☆ ⏱ 3 min

A random variable (RV) assigns numerical values to outcomes of a random process. AP Statistics exams test two core types:

A key property of continuous random variables: $P(X = a) = 0$ for any single value $a$, because there is no area over a single point.

4. Mean, Variance, and Standard Deviation ★★★☆☆ ⏱ 4 min

The mean (or expected value) of a random variable $\mu_X = E(X)$ is the long-run average value of the variable over infinitely many repetitions of the random process. Variance $\sigma_X^2$ measures the spread of the distribution around the mean, and standard deviation $\sigma_X$ is the square root of variance, with the same units as the original variable.

\mu_X = E(X) = \sum x_i p(x_i)

Var(X) = E(X^2) - [E(X)]^2, \quad \text{where } E(X^2) = \sum x_i^2 p(x_i)

\sigma_X = \sqrt{Var(X)}

5. Binomial and Geometric Distributions ★★★☆☆ ⏱ 4 min

Binomial and geometric distributions are the two most commonly tested discrete distributions on the AP Stats exam, each for specific random scenarios.

P(X = k) = \binom{n}{k} p^k (1-p)^{n-k}, \quad \mu = np, \quad \sigma^2 = np(1-p)

P(Y = k) = (1-p)^{k-1} p, \quad \mu = \frac{1}{p}, \quad \sigma^2 = \frac{1-p}{p^2}

Common Pitfalls

Why: Incorrectly assuming all events are mutually exclusive by default

Why: Mixing up the order of conditional probability and forgetting to restrict the sample space to the given event

Why: Applying discrete random variable rules to continuous random variables

Why: Focusing only on binary outcomes and independent trials, missing the fixed number of trials requirement for binomial distributions

Why: Confusing descriptive statistics means from observed data with probability expected values

Quick Reference Cheatsheet

← Back to topic

Stuck on a specific question?
Snap a photo or paste your problem — Ollie (our AI tutor) walks through it step-by-step with diagrams.
Try Ollie free →