AP Statistics Unit 4: Probability
Study probability rules, conditional probability, random variables, binomial, geometric with exam-format practice and rubric-based scoring.
Start AP Stats Practice · Full Study Guide
AP and Advanced Placement are trademarks of College Board. AimFive is not affiliated with or endorsed by College Board.
Inside This Unit: The Full Breakdown
This unit introduces probability as a framework for quantifying uncertainty and random variables as numerical summaries of random outcomes. It covers probability rules, conditional probability, and expected value.
Why it matters
Probability is the bridge between data collection and inference. Understanding probability distributions, expected value, and combining random variables prepares you for sampling distributions and hypothesis tests in later units.
Key concepts
- The probability of an event is its long-run relative frequency; it is always between 0 and 1.
- The addition rule handles P(A or B); the multiplication rule handles P(A and B).
- Conditional probability P(A|B) = P(A and B)/P(B) describes probability given that another event occurred.
- The expected value (mean) of a random variable is the long-run average: E(X) = sum of x * P(x).
Basic Probability Rules
The complement rule says P(not A) = 1 - P(A). The addition rule states P(A or B) = P(A) + P(B) - P(A and B). If events are mutually exclusive (cannot both happen), the overlap term is zero. The multiplication rule gives P(A and B) = P(A) * P(B|A). If events are independent, P(B|A) = P(B), simplifying to P(A and B) = P(A) * P(B). These rules combine to solve complex probability problems, often organized using two-way tables or tree diagrams.
Conditional Probability and Independence
Conditional probability P(A|B) answers: given that B occurred, what is the probability of A? Two-way tables are the best tool for computing conditional probabilities — restrict to the row or column representing the given condition. Two events are independent if knowing one occurred does not change the probability of the other: P(A|B) = P(A). The AP exam tests whether students can distinguish between mutually exclusive and independent events, which are very different concepts.
Random Variables
A discrete random variable has a probability distribution listing each value and its probability. The expected value E(X) = sum of x*P(x) is the theoretical long-run average. The variance Var(X) = sum of (x - E(X))^2 * P(x) measures spread. For linear transformations, E(aX + b) = aE(X) + b and Var(aX + b) = a^2 * Var(X). When combining independent random variables, variances add: Var(X + Y) = Var(X) + Var(Y). The binomial distribution counts successes in fixed independent trials with constant probability.
AP exam tip
On probability free-response questions, show your setup — write the formula, substitute values, and compute. Bare answers without work do not earn full credit even if correct.
Connections to other units
- Unit 5: Sampling distributions are probability distributions of sample statistics.
- Unit 3: Probability rules formalize the randomness introduced through random sampling and random assignment.
- Unit 6-7: P-values are probabilities computed under the null hypothesis using these same rules.