All AP study guides
📊
Statistics study guide

How to Get a 5 in AP Statistics

Explore data, design experiments and run inference with animated sampling distributions.

9 units3hHybrid · digital MCQ + written FRQDifficulty 3/5≈245k students a year

Last reviewed 2026-07-25

What we have for Statistics

Everything below is free to work through and is organised against the same units as the official course framework, so you can go straight to the unit you are weakest in.

36
lessons
≈8.3 h of reading
38
practice questions
with explanations
6
free-response prompts
with rubrics + model answers
36
flashcards
high-yield terms

How the country actually scores

Approximate national results on AP Statistics from recent score reports. Use these as context, not as a prediction — the exact curve is set fresh each year.

  • 3 or higher60%
  • 4 or higher37%
  • Scored a 515%
  • Scored 1 or 240%

Read that honestly: a 5 on Statistics is a minority outcome, earned by roughly one student in 7. It is not out of reach — but it is not the default outcome of finishing the class either, which is why the review phase below matters more than the coursework.

Estimate your Statistics score

What a 5 in Statistics takes

The specific habits that separate a 5 from a 3 on this exam, drawn from the scoring patterns for Statistics.

  • For every test write all four steps: hypotheses (parameters defined), name + conditions, statistic + p-value, and a conclusion linking p to α in context (name the variable).
  • Interpret every number in context with units — a bare "slope = 6.5" earns nothing without "points per hour."
  • Never say a result "proves" anything or that you "accept H₀"; say "convincing evidence" / "fail to reject." Causation needs a randomized experiment.
  • Distinguish the interval interpretation ("95% confident the true parameter is between…") from the confidence-level interpretation (about the method) — the exam tests both.
  • On every inference FRQ, follow the four-step structure — state hypotheses and define the parameter, check conditions by name, compute the statistic and P-value, conclude in context — skipping conditions is the most common lost point.
  • Write conclusions with the required phrasing: “convincing evidence for Hₐ” after rejecting, and never “accept H₀” — a large P-value only means the data fail to provide convincing evidence.
  • Interpretations of slope, r², intervals, and probabilities must include context and units; a formula-only answer earns partial credit at best on the AP rubric.
  • Distinguish random selection (supports generalizing to a population) from random assignment (supports cause-and-effect) — scope-of-conclusion questions appear on nearly every exam.
  • Show calculator inputs as statistical notation (e.g. z = (0.52 − 0.60)/√(0.6·0.4/150)) rather than calculator syntax; naked outputs like “2-PropZTest” can lose credit.
  • When stuck on probability, draw a tree diagram or two-way table first — most conditional probability traps disappear once the counts are laid out.

The 9 units of AP Statistics

Unit names and exam weights follow the published course framework. Weights are the share of the multiple-choice section each unit is worth, so they tell you exactly where to spend time: Unit 1 (Exploring One-Variable Data), Unit 4 (Probability & Random Variables), Unit 7 (Inference for Means) are worth roughly 3561% between them.

Unit 1 · Exploring One-Variable Data

15–23%
DistributionsSummary statsNormal modelOutliers

Unit 2 · Exploring Two-Variable Data

5–7%
ScatterplotsCorrelationRegressionResiduals

Unit 3 · Collecting Data

12–15%
SamplingExperimentsBiasRandomization

Unit 4 · Probability & Random Variables

10–20%
Probability rulesRandom variablesBinomialGeometric

Unit 5 · Sampling Distributions

7–12%
CLTSample meansSample proportionsVariability

Unit 6 · Inference for Proportions

12–15%
Confidence intervalsSignificance testsErrors & powerTwo-sample

Unit 7 · Inference for Means

10–18%
t-distributionsCIs for meanst-testsPaired data

Unit 8 · Inference for Categorical Data: Chi-Square

2–5%
Goodness of fitIndependenceHomogeneityExpected counts

Unit 9 · Inference for Quantitative Data: Slopes

2–5%
Regression inferenceSlope testsCIs for slopeConditions

A unit-by-unit study order

Work the units in framework order for your first pass — later units in Statistics lean on earlier ones — then let your error log, not the unit numbers, drive the review phase. Each row below opens the first lesson of that unit.

  1. 1Exploring One-Variable Data15–23% of the exam · 4 lessons · starts with “Describing Distributions”
  2. 2Exploring Two-Variable Data5–7% of the exam · 4 lessons · starts with “Scatterplots & Association”
  3. 3Collecting Data12–15% of the exam · 4 lessons · starts with “Sampling Methods”
  4. 4Probability & Random Variables10–20% of the exam · 4 lessons · starts with “Probability Rules”
  5. 5Sampling Distributions7–12% of the exam · 4 lessons · starts with “Sampling Distributions & Variability”
  6. 6Inference for Proportions12–15% of the exam · 4 lessons · starts with “Confidence Intervals for a Proportion”
  7. 7Inference for Means10–18% of the exam · 4 lessons · starts with “The t-Distribution”
  8. 8Inference for Categorical Data: Chi-Square2–5% of the exam · 4 lessons · starts with “Chi-Square Goodness of Fit”
  9. 9Inference for Quantitative Data: Slopes2–5% of the exam · 4 lessons · starts with “The Sampling Distribution of the Slope”

Formulas and relationships to know

Pulled from the Statistics lessons. The same list is on the printable Statistics cheatsheet.

Sample standard deviation
s = sqrt( Σ(x_i − x-bar)² / (n − 1) )
Find each deviation from the mean, square it, average the squares using n − 1 (not n), then take the square root. Dividing by n − 1 corrects the tendency of a sample to underestimate the population spread.
Mean vs. median under skew
skewed right: mean > median · skewed left: mean < median · symmetric: mean ≈ median
The mean chases the tail. Whichever side the long tail is on, that is the side the mean sits relative to the median.
z-score (standardizing)
z = (x − μ) / σ
Subtract the mean, divide by the standard deviation. Positive z is above the mean, negative z is below. z has no units.
Empirical (68–95–99.7) rule
μ ± 1σ ≈ 68% · μ ± 2σ ≈ 95% · μ ± 3σ ≈ 99.7%
For a Normal distribution, about 68% of values lie within one standard deviation of the mean, 95% within two, and 99.7% within three.
Outlier fences (1.5 × IQR rule)
lower fence = Q1 − 1.5·IQR · upper fence = Q3 + 1.5·IQR · IQR = Q3 − Q1
A data value is an outlier if it is below the lower fence or above the upper fence. The fences themselves are not necessarily data values.
Correlation coefficient
r = (1/(n−1)) · Σ [ (x_i − x-bar)/s_x ] · [ (y_i − y-bar)/s_y ]
r is the average product of the z-scores of x and y. Because it uses standardized values, r has no units and is unaffected by changes of scale.
Regression line and slope
y-hat = a + bx · b = r · (s_y / s_x) · a = y-bar − b·x-bar
The slope equals r times the ratio of the standard deviations. The line passes through (x-bar, y-bar), which is how the intercept formula is derived.
Coefficient of determination
r² = (fraction of variation in y explained by the linear model on x)
r² ranges from 0 to 1. If r² = 0.64, then 64% of the variation in the response is accounted for by the linear relationship with x. Square r to get it.
Residual
residual = y − y-hat = observed − predicted
A positive residual means the actual value lies above the line (model underpredicted); a negative residual means it lies below (model overpredicted).
Completely randomized design
experimental units → RANDOM assignment → treatment groups → compare responses
The defining feature is that chance alone decides which unit gets which treatment. Random assignment is what creates comparable groups and permits a causal conclusion.
Scope of conclusions grid
random assign → causation · random select → generalize · both → causal + general · neither → describe only
Two independent design choices, two independent permissions. Never claim causation without random assignment or generalization beyond the sampled population without random selection.
Core probability rules
P(not A) = 1 − P(A) · P(A or B) = P(A) + P(B) − P(A and B) · P(A and B) = P(A)·P(B|A)
The general addition rule reduces to P(A)+P(B) when A and B are disjoint. The multiplication rule reduces to P(A)·P(B) when A and B are independent.
Mean and variance of a discrete random variable
μ_X = Σ x_i · P(x_i) · σ²_X = Σ (x_i − μ_X)² · P(x_i) · σ_X = sqrt(σ²_X)
Multiply each value by its probability and sum to get the mean; for variance, use the squared deviations weighted by probability. Standard deviation is the square root.
Combining random variables
μ_(X±Y) = μ_X ± μ_Y · for INDEPENDENT X, Y: σ²_(X±Y) = σ²_X + σ²_Y
Means add or subtract directly. Variances always ADD (never subtract) when combining independent variables — you add the variances even for X − Y, then square-root for the standard deviation.

On exam day

The exam-specific warnings our Statistics lessons flag as you go.

  • When a prompt says "skewed" or mentions outliers, default to **median and IQR**. When it says "roughly symmetric" or "bell-shaped," the **mean and standard deviation** are appropriate. Matching the summary to the shape is a routine AP decision point.
  • Show the fence arithmetic explicitly on free response: state IQR = Q3 − Q1, multiply by 1.5, then add to Q3 and subtract from Q1. Graders want to see the boundary values, not just the word "outlier."
  • Slope interpretations need three parts: the words "predicted" or "on average," the units of y, and the units of x. "For each additional *hour*, the *predicted score* increases by 6 *points*" scores; "the score goes up 6" does not.
  • Keep two "randoms" distinct: random **selection** (sampling) lets you *generalize* to a population; random **assignment** (experiments) lets you conclude *causation*. A study can have one, both, or neither — and that determines exactly what conclusions are allowed.
  • When asked to identify bias, name the *type* (undercoverage, nonresponse, response, or wording) **and** state its likely *direction* — will the estimate be too high or too low? AP rubrics reward explaining how the flaw pushes the result.
  • A classic free-response ending: "Can we conclude the treatment *caused* the difference, and can we generalize to all ___?" Answer both parts using the design — cite random *assignment* for causation and random *selection* for generalization. Missing either random feature limits the claim.
  • When combining independent random variables, **variances add even when you subtract the variables**. To find the standard deviation of a difference X − Y, compute σ²_X + σ²_Y first, then take the square root. Never subtract standard deviations, and never add standard deviations directly.
  • The quickest way to tell binomial from geometric: is the *number of trials fixed*? Fixed n, count successes → **binomial**. Keep going until the first success, count the trials → **geometric**. The phrase "until" almost always means geometric.
  • Before finding a probability for x-bar, justify the Normal shape: either state the *population* is Normal, or invoke the **CLT with n ≥ 30**. Free-response answers that skip this justification lose the condition point even if the arithmetic is perfect.
  • Every two-sample standard error you will meet is built by the same move: compute each group’s variance contribution, **add** them, then square-root. Memorize the pattern once and it powers two-proportion and two-mean intervals and tests alike.

Everything for Statistics, in order of use

Interactive labs for Statistics

Frequently asked questions

Is AP Statistics hard?

We rate it 3 out of 5 for difficulty relative to other AP courses. Nationally, roughly 60% of students score a 3 or higher, about 37% reach a 4 or higher, and about 15% earn a 5 — so a 5 is a minority outcome on this exam, but a clearly achievable one. The exam runs 3h and is administered as: Hybrid · digital MCQ + written FRQ. The weight is not spread evenly: Unit 1 (Exploring One-Variable Data), Unit 4 (Probability & Random Variables), Unit 7 (Inference for Means) carry roughly 35–61% of the exam between them, and that is where most lost points come from.

How long should I study for AP Statistics?

Our Statistics track is 36 lessons, about 8.3 hours of guided reading and graded checkpoints, plus 38 practice questions, 6 free-response prompts with rubrics, 36 flashcards. Realistically that is weeks of steady work, not a weekend. The pattern that works: keep pace with the 9 units through the year, then run a dedicated review phase of about six to eight weeks before the May exam built around timed practice and rubric-scored writing rather than rereading notes.

What score do I need on AP Statistics?

That depends entirely on the colleges you are aiming at — policies vary by institution, by department and by course, with some granting credit at a 3, many requiring a 4, and competitive programmes often requiring a 5. Look up the published AP credit policy for your specific target schools. For context on how realistic each band is: about 60% of students nationally reach a 3 or higher, about 37% reach a 4 or higher, and about 15% earn a 5.

Can I self-study AP Statistics?

Yes — the score depends on the exam, not on enrolment. You will need a school to include you in its exam order, so ask a coordinator early in the school year rather than in the spring. Our Statistics material is designed to support exactly that: 36 lessons, 38 practice questions, 6 free-response prompts with rubrics, 36 flashcards, organised against the same 9 units as the official framework. Read our guide on self-studying an AP exam for the full plan.

Keep reading

Unit names, weights and exam formats follow the published College Board course frameworks. Score distributions are approximate figures from recent score reports, shown for context only — cut scores are set fresh each year. AP® is a trademark registered by the College Board, which does not endorse this site.