Skip to main content
AP exam review verified for 2027

AP Statistics Unit 2 Review: Probability, Random Variables, and Probability Distributions

Review AP Statistics Unit 2 to build the probability foundation that powers every inference procedure in the course. From two-way tables and simulation to binomial distributions, normal models, and the Central Limit Theorem, this unit connects chance to data.

Use the topic guides, key terms, and practice questions available here to work through each concept before your exam.

What is AP Statistics unit 2?

Unit 2 is the probability core of AP Statistics. It begins by extending data analysis to two categorical variables using two-way tables and bar charts, then builds a complete probability toolkit: simulation, complement and addition rules, conditional probability, independence, and mutually exclusive events. The second half shifts to random variables, covering discrete distributions, expected value, standard deviation, the binomial model, the normal model, and finally sampling distributions and the Central Limit Theorem.

Unit 2 teaches you how to quantify uncertainty using probability rules and models, and how those models describe the behavior of statistics computed from random samples.

Two categorical variables

Two-way tables organize counts or relative frequencies for two categorical variables. Joint, marginal, and conditional relative frequencies let you compare distributions and evaluate association. Side-by-side bar charts, segmented bar charts, and mosaic plots display the same information visually.

Probability rules and random variables

Probability is the long-run relative frequency of an event. Core rules include the complement rule, addition rule, general multiplication rule, and conditional probability formula P(A|B) = P(A and B) / P(B). Discrete random variables assign numbers to outcomes; their distributions list every value and its probability, and parameters include the expected value and standard deviation.

Distributions and the CLT

The binomial distribution models the count of successes in n independent trials with fixed probability p. The normal distribution is a continuous, symmetric, bell-shaped model described by mean and standard deviation. The Central Limit Theorem explains why sample means follow an approximately normal sampling distribution for large enough sample sizes, regardless of the population shape.

Why probability is the bridge to inference

Every confidence interval and hypothesis test in Units 3 through 5 asks: how likely is this sample result if the null hypothesis is true? Answering that question requires the probability rules, distribution models, and sampling distribution logic built in Unit 2. Without this unit, inference is just arithmetic with no meaning.

AP Statistics unit 2 topics

2.1

Tabular and Graphical Representations for Two Categorical Variables

Build and interpret two-way tables, side-by-side bar charts, segmented bar charts, and mosaic plots to compare distributions of two categorical variables.

open guide
2.2

Summary Statistics for Two Categorical Variables

Calculate joint, marginal, and conditional relative frequencies from two-way tables and use them to evaluate association between two categorical variables.

open guide
2.3

Estimating Probabilities Using Simulation

Design simulations to estimate probabilities, interpret relative frequency as an estimate of true probability, and apply the Law of Large Numbers.

open guide
2.4

Introduction to Probability

Define sample spaces, assign probabilities using equally likely outcomes, and apply the complement rule P(not E) = 1 - P(E).

open guide
2.5

Mutually Exclusive Events

Identify disjoint events using joint probability, explain why P(A and B) = 0 for mutually exclusive events, and distinguish this from independence.

open guide
2.6

Conditional Probability

Calculate P(A|B) using the formula P(A and B) / P(B), apply the general multiplication rule, and use two-way tables or tree diagrams to organize conditional probability problems.

open guide
2.7

Independent Events and Unions of Events

Test independence using conditional probability, apply the multiplication rule for independent events, and use the addition rule P(A or B) = P(A) + P(B) - P(A and B).

open guide
2.8

Introduction to Random Variables and Probability Distributions

Define discrete random variables, construct valid probability distributions as tables or graphs, and read cumulative probability distributions.

open guide
2.9

Parameters of Random Variables

Calculate and interpret the expected value mu_X and standard deviation sigma_X of a discrete random variable using the weighted sum formulas.

open guide
2.10

The Binomial Distribution

Verify BINS conditions, calculate binomial probabilities using C(n,x) p^x (1-p)^(n-x), and find the mean np and standard deviation sqrt(np(1-p)).

open guide
2.11

The Normal Distribution

Apply the Empirical Rule, convert values to z-scores, find probabilities as areas under the normal curve, and determine percentile cutoffs using inverse normal calculations.

open guide
2.12

Sampling Distributions and the Central Limit Theorem

Describe sampling distributions through simulation, state and apply the CLT for sample means, and explain how sample size affects the shape and spread of a sampling distribution.

open guide
guide

Unit 2 Overview: Probability, Random Variables, and Probability Distributions

Open this guide for a closer review of the topic.

open guide

Unit 2 review notes

2.1

Two-Way Tables and Relative Frequencies

A two-way table (contingency table) cross-classifies two categorical variables. Cells hold counts or relative frequencies. Three types of relative frequency matter for comparing variables and justifying claims about association.

  • Joint relative frequency: A cell count divided by the total for the entire table; gives the proportion of all individuals in that specific combination of categories.
  • Marginal relative frequency: A row or column total divided by the table total; describes the overall distribution of one variable ignoring the other.
  • Conditional relative frequency: A cell count divided by its row or column total; restricts attention to one level of a variable and is the key tool for detecting association.
  • Association: Two categorical variables are associated when the conditional distribution of one variable differs across levels of the other variable.
  • Graphical displays: Side-by-side bar charts, segmented bar charts, and mosaic plots all show conditional distributions visually; segmented and mosaic plots make proportional comparisons easiest.
Given a two-way table, can you calculate a joint, marginal, and conditional relative frequency and use the conditional frequencies to argue whether the two variables appear associated?
Frequency typeDenominatorWhat it describes
JointTable totalProportion in one specific cell
MarginalTable totalOverall distribution of one variable
Conditional (row)Row totalDistribution of column variable within one row category
Conditional (column)Column totalDistribution of row variable within one column category
2.3

Simulation and Basic Probability

Simulation estimates probability by running a random process many times and recording relative frequencies. Formal probability assigns numbers to events using a sample space and fixed rules.

  • Law of Large Numbers: As the number of independent trials increases, the simulated relative frequency of an outcome converges to its true probability.
  • Sample space: The set of all possible non-overlapping outcomes of a random process; probabilities across the entire sample space sum to 1.
  • Complement rule: P(not E) = 1 - P(E); useful whenever it is easier to find the probability of the opposite event.
  • Empirical vs. theoretical probability: Empirical probability comes from observed data or simulation; theoretical probability comes from the structure of the sample space assuming equally likely outcomes.
Can you design a simulation to estimate a probability, explain why more trials improve the estimate, and apply the complement rule to a basic event?
ApproachSourceWhen to use
Simulation / empiricalObserved trials or technologyTrue probability unknown or complex
TheoreticalSample space structureEqually likely outcomes, simple events
2.5

Probability Rules: Mutually Exclusive, Conditional, and Independent Events

These three topics give you the full toolkit for combining and conditioning probabilities. Confusing mutually exclusive with independent is the most common error in this section.

  • Mutually exclusive (disjoint): Events A and B cannot both occur; P(A and B) = 0. For disjoint events, P(A or B) = P(A) + P(B).
  • Conditional probability: P(A|B) = P(A and B) / P(B); the probability of A restricted to the world where B has occurred.
  • General multiplication rule: P(A and B) = P(A) x P(B|A); works for any two events.
  • Independence: A and B are independent when P(A|B) = P(A), equivalently P(A and B) = P(A) x P(B). Knowing B occurred does not change the probability of A.
  • Addition rule (union): P(A or B) = P(A) + P(B) - P(A and B); subtracting the intersection prevents double-counting.
Can you distinguish mutually exclusive from independent events, apply the general multiplication rule, and use the addition rule correctly when events overlap?
PropertyDefinitionKey formula
Mutually exclusiveCannot occur togetherP(A and B) = 0
IndependentKnowing one does not change the otherP(A and B) = P(A) x P(B)
NeitherCan occur together and are relatedUse P(A|B) = P(A and B) / P(B)
2.8

Discrete Random Variables and Their Parameters

A discrete random variable X assigns a numerical value to each outcome of a random process. Its probability distribution lists every possible value and the probability of each. Parameters describe the center and spread of that distribution.

  • Probability distribution: A table, graph, or function pairing each value x with P(X = x); all probabilities must be between 0 and 1 and sum to 1.
  • Expected value (mean): mu_X = sum of x_i times P(x_i); the long-run average outcome of the random variable over many repetitions.
  • Standard deviation: sigma_X = square root of the sum of (x_i - mu)^2 times P(x_i); measures typical distance of outcomes from the mean.
  • Cumulative probability: P(X <= x); the probability that the random variable takes a value at most x, found by summing probabilities up to that value.
Given a probability distribution table, can you verify it is valid, compute the expected value and standard deviation, and interpret both in context?
2.10

The Binomial Distribution

The binomial model applies when a fixed number of independent trials each have exactly two outcomes (success or failure) with the same probability of success. The acronym BINS summarizes the four conditions: Binary outcomes, Independent trials, fixed Number of trials, Same probability of success.

  • Binomial conditions (BINS): Binary outcomes, Independent trials, fixed Number n of trials, Same probability p of success on each trial.
  • Binomial probability formula: P(X = x) = C(n, x) times p^x times (1-p)^(n-x); gives the probability of exactly x successes in n trials.
  • Binomial mean: mu_X = np; the expected number of successes.
  • Binomial standard deviation: sigma_X = square root of np(1-p); measures spread of the count of successes.
Can you verify all four BINS conditions, calculate a binomial probability using the formula, and compute and interpret the mean and standard deviation in context?
2.11

The Normal Distribution

The normal distribution is a continuous, symmetric, bell-shaped model fully described by its mean mu and standard deviation sigma. Probability equals area under the curve. You find areas using z-scores with a standard normal table or technology.

  • Empirical Rule: For any normal distribution: approximately 68% of values fall within 1 sigma of mu, 95% within 2 sigma, and 99.7% within 3 sigma.
  • z-score: z = (x - mu) / sigma; standardizes a value to the standard normal distribution (mean 0, standard deviation 1) so you can use a z-table.
  • Standard normal distribution: A normal distribution with mu = 0 and sigma = 1; z-scores convert any normal variable to this scale.
  • Area and probability: The probability that X falls in an interval equals the area under the normal curve over that interval; total area = 1.
  • Inverse normal: Given a probability (area), find the boundary value using technology or a z-table in reverse; used to find percentile cutoffs.
Can you apply the Empirical Rule, convert a value to a z-score, find the probability that X falls in an interval, and find the value corresponding to a given percentile?
2.12

Sampling Distributions and the Central Limit Theorem

A sampling distribution describes how a sample statistic varies across all possible samples of size n from a population. The Central Limit Theorem (CLT) states that for large enough n, the sampling distribution of the sample mean is approximately normal regardless of the population shape.

  • Sampling distribution: The distribution of values a statistic takes across all possible samples of size n from a given population.
  • Central Limit Theorem: For large n, the sampling distribution of the sample mean x-bar is approximately normal with mean mu and standard deviation sigma / sqrt(n), even when the population is not normal.
  • Randomization distribution: A distribution built by simulation that repeatedly reassigns response values to treatment groups; used to assess whether an observed result is consistent with chance.
  • Standard error: The standard deviation of a sampling distribution; for sample means it equals sigma / sqrt(n), showing that larger samples produce less variable estimates.
Can you describe what a sampling distribution represents, state the CLT conditions and conclusion, and explain how sample size affects the shape and spread of the sampling distribution of x-bar?

Key terms

TermDefinition
Law of Large NumbersAs the number of independent trials increases, the observed relative frequency of an outcome converges to its true probability.
Empirical RuleFor a normal distribution, approximately 68% of values fall within 1 standard deviation of the mean, 95% within 2, and 99.7% within 3. Also called the 68-95-99.7 rule.
Simpson's ParadoxA trend seen in aggregated data reverses or disappears when the data are broken into subgroups; a reminder to examine conditional distributions rather than only marginal totals.
Bayes' theoremA formula for updating a conditional probability with new information: P(A|B) = P(B|A) × P(A) / P(B), applied when reversing the direction of conditioning.
law of total probabilityThe total probability of an event equals the sum of its probabilities across each partition of the sample space, weighted by the probability of each partition.

Common unit 2 mistakes

Confusing mutually exclusive with independent

Mutually exclusive events have P(A and B) = 0, which actually means they are dependent (knowing A occurred tells you B cannot occur). Independent events can both happen; they just do not influence each other's probability. These two properties are almost never both true at the same time for events with positive probability.

Using the wrong denominator for conditional probability

P(A|B) divides by P(B), not by the table total. When working from a two-way table, restrict your denominator to the row or column total for the given condition, not the grand total.

Forgetting to check BINS conditions before using the binomial

The binomial formula only applies when all four conditions hold: binary outcomes, independent trials, fixed n, and constant p. Sampling without replacement from a small population violates independence, so the binomial is only approximately valid when the sample is less than 10% of the population.

Treating the normal distribution as exact when it is an approximation

The normal model is a continuous approximation. When a problem asks for the probability of an exact value from a continuous distribution, the answer is 0. Probabilities correspond to intervals, not single points.

Misinterpreting expected value as a guaranteed outcome

The expected value mu_X is the long-run average over many repetitions, not a prediction for any single trial. For a binomial with n = 10 and p = 0.3, the expected value is 3, but 3 successes is not guaranteed on any given set of 10 trials.

How this unit shows up on the AP exam

Justifying claims about association from two-way tables

Free-response questions frequently present a two-way table and ask you to determine whether two categorical variables are associated. The expected task is to compute and compare conditional relative frequencies across groups, then write a conclusion in context. Saying the distributions look different is not enough; you must reference specific numerical evidence from the conditional distributions.

Applying probability rules with clear notation

Multiple-choice and free-response items test whether you can select and correctly apply the right probability rule. Common task patterns include identifying whether events are independent or mutually exclusive, setting up a conditional probability from a two-way table, and using the addition rule without double-counting. Writing probability notation such as P(A|B) and showing the formula before substituting numbers earns credit on free-response items.

Connecting distributions to inference reasoning

The binomial, normal, and sampling distribution topics in Unit 2 reappear directly in Units 3 and 4 as the basis for confidence intervals and hypothesis tests. Exam questions may ask you to verify conditions for using a normal approximation, interpret a standard error, or explain what the Central Limit Theorem guarantees about the shape of a sampling distribution. Precise language about shape, center, and spread of a sampling distribution is expected.

Final unit 2 review checklist

  • Two-way tablesCalculate joint, marginal, and conditional relative frequencies from a two-way table and use conditional distributions to argue whether two categorical variables are associated.
  • Probability rulesApply the complement rule, addition rule, general multiplication rule, and conditional probability formula; correctly identify whether events are mutually exclusive, independent, or neither.
  • Discrete random variablesVerify a valid probability distribution, compute expected value using mu = sum of x times P(x), and compute standard deviation using the weighted squared-deviation formula.
  • Binomial distributionCheck all four BINS conditions, calculate exact binomial probabilities with the formula, and find and interpret the mean np and standard deviation sqrt(np(1-p)) in context.
  • Normal distributionUse the Empirical Rule for quick estimates, convert to z-scores to find areas with a table or technology, and use inverse normal to find boundary values for given probabilities.
  • Sampling distributions and CLTExplain what a sampling distribution represents, state the CLT conclusion for sample means, and describe how increasing n reduces the standard error sigma / sqrt(n).

How to study unit 2

Step 1: Two-way tables and relative frequencies (2.1-2.2)Read through the topic guides for 2.1 and 2.2. Practice computing joint, marginal, and conditional relative frequencies from a two-way table. For each table you work with, write one sentence explaining whether the two variables appear associated and why, using the conditional distributions as evidence.
Step 2: Probability rules (2.3-2.7)Work through the topic guides for 2.3 through 2.7 in order. Build a reference card listing the complement rule, addition rule, conditional probability formula, general multiplication rule, and the independence test. Then practice identifying which rule applies in a given problem before calculating.
Step 3: Discrete random variables and parameters (2.8-2.9)Use the topic guides for 2.8 and 2.9. Given a probability distribution table, practice verifying it is valid, computing the expected value, and computing the standard deviation. Write out the interpretation of each parameter in a realistic context such as the number of defective items in a shipment.
Step 4: Binomial and normal distributions (2.10-2.11)Review the topic guides for 2.10 and 2.11. For binomial problems, always write out the four BINS conditions before calculating. For normal problems, sketch the curve, shade the region of interest, convert to a z-score, and find the area. Practice inverse normal problems where you start with an area and find the boundary value.
Step 5: Sampling distributions and CLT (2.12)Read the topic guide for 2.12 and focus on what the CLT says about the shape, center, and spread of the sampling distribution of x-bar. Practice explaining in words why a larger sample size produces a narrower sampling distribution, and connect this idea to the standard error formula sigma / sqrt(n).

More ways to review

Topic study guides

Open the individual guides for Unit 2 when you want a closer review of one topic.

browse guides

Practice questions

Use AP-style practice after you review the notes so you can check what you understand.

start practice

FRQ practice

Practice free-response reasoning and compare your answer with scoring guidance.

practice FRQs

Cram archive videos

Watch past review streams filtered to Unit 2 when you want a video walkthrough.

open videos

Official unit cheatsheet

Open the Fiveable one-page unit review, then explore visual cheatsheets for a quick refresher.

open unit cheatsheet

Score calculator

Estimate your broader AP score goal after you review the course and exam format.

open calculator

Frequently Asked Questions

What topics are covered in AP Stats Unit 2?

AP Stats Unit 2, Probability, Random Variables, and Probability Distributions, contains 12 topics covering two-way tables; simulation; probability rules; mutually exclusive, conditional, and independent events; discrete random variables; means and standard deviations of random variables; binomial distributions; normal distributions; sampling distributions; and the central limit theorem. These are the Fall 2026 CED topics used for the May 2027 exam.

How much of the AP Stats exam is Unit 2?

Unit 2 accounts for 15–25% of the multiple-choice section. That range is a section weight, not a promise that every practice form will use the same percentage, so review the full unit rather than trying to predict one exact question count.

What should I be able to do after AP Stats Unit 2?

By the end of Unit 2, you should be able to translate a context into events, use probability rules without mixing up conditional and joint probability, calculate binomial or normal probabilities, and describe the shape, center, and variability of a sampling distribution. The exam rewards the method and the interpretation, so practice writing what a result means in the problem's context instead of stopping at a calculator output.

What are common mistakes in AP Stats Unit 2?

Common Unit 2 mistakes include assuming mutually exclusive events are independent, reversing a conditional probability, using a binomial model without checking its conditions, or forgetting that a sampling-distribution standard deviation depends on sample size. Slow down long enough to identify the variables, population, and requested conclusion before calculating.

How should I study AP Stats Unit 2?

Start with the vocabulary and conditions, then mix short calculations with full-sentence interpretations. For each missed question, label whether the problem was choosing a method, doing the calculation, or interpreting the result. Finish with timed mixed practice so you have to recognize the method without a topic label.

How does AP Stats Unit 2 connect to the rest of the course?

Sampling distributions and the central limit theorem provide the probability foundation for the confidence intervals and hypothesis tests in Units 3 and 4.

Ready to review Unit 2?Start with the notes, check the topic cards, and use the practice or resource links when they are available for this course.