The AP Statistics formula sheet, annotated
These are the formulas College Board provides on both sections of the AP Statistics exam (from the official CED effective Fall 2026), with a plain-English note on what each one is for. You do not memorize these; you learn to pick the right one fast.
Descriptive statistics
The sample mean: add every value, divide by how many there are. x-bar estimates the population mean mu.
The sample standard deviation: typical distance of values from the mean. Note the n minus 1, not n. See the step-by-step guide.
The least-squares regression line: a is the y-intercept, b is the slope, y-hat is the predicted response.
Probability and distributions
The addition rule: subtract the overlap so it is not counted twice.
Conditional probability: the chance of A given that B happened.
The mean (expected value) of a discrete random variable: each outcome weighted by its probability.
The standard deviation of a discrete random variable.
Binomial probability: exactly x successes in n independent trials with success probability p. Valid for x = 0, 1, 2, ..., n.
Mean of a binomial random variable.
Standard deviation of a binomial random variable.
Sampling distributions and inference
The universal test-statistic recipe: how many standard errors the sample result sits from the null value.
The universal confidence-interval recipe. Every interval on the exam is this one sentence.
The chi-square statistic: total mismatch between observed and expected counts.
For proportions
The sampling distribution of a sample proportion: centered at p, with spread shrinking as n grows.
Standard error for the difference between two sample proportions (used for confidence intervals).
When a test assumes p1 = p2, pool the samples into p-hat-c and use this standard error instead.
For means
The sampling distribution of a sample mean: centered at mu, spread shrinking by the square root of n. This is the Central Limit Theorem's playing field.
Standard error for the difference between two sample means.
The exam also provides Table A (standard normal probabilities), which we host as a searchable page at /z-table, and t-distribution critical values, at /t-table. To practice choosing formulas, start with which statistical test should I use.