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.
**Probability range**: $0 \leq P(A) \leq 1$ for any event $A$, 0 = impossible, 1 = certain
**Complement rule**: $P(A^c) = 1 - P(A)$, where $A^c$ is the complement of $A$ (event $A$ does not occur)
**General addition rule**: $P(A \cup B) = P(A) + P(B) - P(A \cap B)$ for any two events
**Mutually exclusive addition**: If events cannot overlap, $P(A \cap B) = 0$, so $P(A \cup B) = P(A) + P(B)$
**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').
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.