AP Stats Formula Sheet - Complete Guide
Every Formula Explained + When to Use It
By AP-Certified Statistics Educators at TestPrepKart | Updated for College Board AP Statistics CED
Includes Formula Sheet Updates · Worked Examples · Common Mistakes · What's NOT on the Sheet
Key Takeaways - Before You Start
โ What You DON'T Need to Memorize
- The formulas themselves - sheet is provided
- The actual numbers in Tables A, B, C
- The order of symbols in each formula
๐ด What You MUST Know (Not on Sheet)
- What every symbol means (undefined on sheet)
- When to use each formula
- All conditions for every inference procedure
- Empirical rule, outlier rule, degrees of freedom
Exam Format & Formula Sheet Overview
| Category | Details |
|---|---|
| Formula Sheet Provided? | YES - provided at the start of BOTH Section 1 (MCQ) and Section 2 (FRQ) |
| Number of Pages | 2 pages of formulas + statistical tables (Standard Normal, t-distribution, chi-square) |
| Three Sections | I. Descriptive Statistics | II. Probability and Distributions | III. Inferential Statistics |
| Variables Defined? | NO - the formula sheet does NOT define variables. You must know every symbol. |
| Can I bring my own sheet? | NO - only the College Board formula sheet is permitted on exam day |
| 2026 Key Update | Pooled SD removed; regression line → y = a + bx; standard errors relabeled; slope sampling distribution added |
| Calculator Permitted? | YES - graphing calculator permitted for the full exam |
| Download Official Sheet | apcentral.collegeboard.org - search 'AP Statistics formula tables' |
๐ Where Can You Download the AP Stats Formula Sheet PDF?
| Resource | Description | Download Link |
|---|---|---|
| Formula Sheet | Complete AP Statistics formula sheet with all equations from descriptive statistics, probability, and inference. | Download PDF |
| Cheat Sheet | Quick revision sheet with the most important AP Stats formulas and when to use them in exams. | Download PDF |
| Workbook | Practice problems with step-by-step solutions based on AP Stats formulas and exam patterns. | Download PDF |
Section I - Descriptive Statistics Formulas
Section I covers formulas for summarizing and describing data. These appear on both MCQ and FRQ questions throughout the exam.
One-Variable Statistics
Two-Variable Statistics - Linear Regression
Section II - Probability and Distributions Formulas
Section II covers probability rules and distribution formulas - heavily tested on MCQ and in FRQ probability questions.
Probability Rules
Discrete Random Variables
μโ = Σ[xแตข × P(xแตข)]σ²โ = Σ[(xแตข − μโ)² × P(xแตข)]μ(X+Y) = μX + μYμ(X−Y) = μX − μYσ²(X±Y) = σ²X + σ²YBinomial Distribution
Section III - Sampling Distributions & Inferential Statistics
Section III is the largest and most tested section. It covers the general framework for confidence intervals and significance tests.
(statistic − parameter) / SEstatistic ± (critical value) × SEχ² = Σ[(O − E)² / E]Key Insight
Every confidence interval and test statistic on the AP Stats exam uses ONE of these two master formulas. The specific formulas below simply fill in what the statistic, parameter, and standard error are for each scenario.
One-Sample Standard Errors
| Test Type | Statistic | Standard Error (SE) | Parameter |
|---|---|---|---|
| One-Sample z (proportion) | pฬ | √[pฬ(1−pฬ)/n] |
p (null proportion) |
| One-Sample t (mean) | xฬ | sโ / √n |
μ (population mean) |
| Slope of Regression | b | s / (sโ × √(n−1)) |
β (true slope) |
Two-Sample Standard Errors
| Test Type | Statistic | Standard Error (SE) | Parameter |
|---|---|---|---|
| Two-Sample z (proportions) | pฬโ − pฬโ | √[pฬโ(1−pฬโ)/nโ + pฬโ(1−pฬโ)/nโ] |
pโ − pโ |
| Two-Sample t (means) | xฬโ − xฬโ | √[sโ²/nโ + sโ²/nโ] |
μโ − μโ |
| Paired t (mean difference) | dฬ | sแต / √n |
μ_d (mean diff) |
๐ AP Stats Formula Decision Tool (Advanced)
Select your scenario to find the correct test + formula.
Which Test to Use - Decision Guide
Choosing the correct inference procedure is the most important skill on AP Statistics FRQs. Use this table before setting up any CI or hypothesis test.
| Scenario | Procedure | Test Statistic | Conditions |
|---|---|---|---|
| 1 proportion | One-sample z-test for proportion | z = (pฬ − pโ) / √(pโ(1−pโ)/n) |
Random, Large counts (npโ≥10, n(1−pโ)≥10), 10% |
| 2 proportions compared | Two-sample z-test for proportions | z = (pฬโ−pฬโ) / SE_diff |
Random, Large counts for BOTH samples, 10% for BOTH |
| 1 mean, σ unknown | One-sample t-test for mean | t = (xฬ − μโ) / (s/√n) |
Random, Normal (n≥30 or nearly normal), 10% |
| 2 means compared | Two-sample t-test for means | t = (xฬโ−xฬโ) / √(sโ²/nโ+sโ²/nโ) |
Random for BOTH, Normal for BOTH, 10% for BOTH |
| Paired data (before/after) | Paired t-test (one-sample t on differences) | t = (dฬ − 0) / (sแต/√n) |
Random pairing, Normal distribution of differences, 10% |
| Distribution of one categorical variable | Chi-square Goodness of Fit | χ² = Σ[(O−E)²/E] |
Random, Expected counts ≥ 5 for all categories |
| Association between 2 categorical variables | Chi-square Test for Association/Independence | χ² = Σ[(O−E)²/E] |
Random, Expected counts ≥ 5 in all cells |
| Is slope significantly nonzero? | t-test for slope of regression | t = b / (s/sโ√(n−1)) |
Linear, Independent obs, Normal residuals, Equal variance |
Conditions - The Most Important Thing NOT on the Formula Sheet
Failing to state and verify conditions is the single most common reason students lose FRQ points on the AP Statistics exam.
๐ฒ Random
Data must come from a random sample or randomized experiment.
Write: "Given that this is a random sample..." or "The problem states participants were randomly assigned..."
๐ Normal / Large Counts
For means: n ≥ 30 OR population is approximately normal.
For proportions: np ≥ 10 AND n(1−p) ≥ 10. Write the actual calculation!
๐ 10% Condition
Sample size n must be less than 10% of the population. Required when sampling WITHOUT replacement.
Write: "n = ___ is less than 10% of the population of ___."
| Test Type | Additional Condition Required |
|---|---|
| Chi-square tests | Expected counts ≥ 5 for ALL cells. Calculate E = (row total × column total) / grand total. Verify each cell. |
| Regression t-test | Linear (check scatterplot), Independent observations, Normal residuals (check residual plot), Equal variance (constant spread). |
| Two-sample tests | Both samples must satisfy Random, Normal, and 10% conditions independently. |
Critical Values - What to Use and When
The AP Stats formula sheet includes Tables A, B, and C — but you must know how to read them correctly under exam pressure.
Table A - Standard Normal (z)
Cumulative probability P(Z < z) for any z-score. Use for z-tests and finding proportions under the normal curve.
Table B - t-Distribution
Critical values t* for confidence intervals; tail probabilities for t-tests. Need degrees of freedom (df = n−1 or conservative df).
Table C - Chi-Square
Critical values for chi-square tests. df = (r−1)(c−1) for two-way tables. df = k−1 for goodness-of-fit.
Most Commonly Used Critical Values — Memorize These
What is NOT on the AP Stats Formula Sheet - Must Memorize
This is the most critical section. The formula sheet does NOT include everything you need. These must be memorized before exam day.
| What's Missing | Formula or Rule | Why It Matters |
|---|---|---|
| Empirical Rule (68-95-99.7) | 68% within 1 SD; 95% within 2 SD; 99.7% within 3 SD | Frequently tested in MCQ for normal distribution questions |
| Interquartile Range | IQR = Q3 − Q1 | Needed for outlier detection and boxplot interpretation |
| Outlier Rule | Outlier if x < Q1 − 1.5(IQR) or x > Q3 + 1.5(IQR) | Commonly tested in data analysis FRQs and MCQs |
| Complement Rule | P(Aแถ) = 1 − P(A) | Frequently needed for probability calculations - not explicitly listed |
| Residual Formula | residual = y − ลท (actual minus predicted) | Required for regression analysis and residual plot interpretation |
| Coefficient of Determination | r² = (r)² - compute from r on the formula sheet | Percent of variation in y explained by the LSRL |
| Central Limit Theorem | Sampling distribution of xฬ is approximately normal for n ≥ 30 | Appears in nearly every inference FRQ - must know n ≥ 30 rule |
| df - One-Sample t | df = n − 1 | Required for every t-test — not stated on formula sheet |
| df - Two-Sample t (conservative) | df = min(nโ, nโ) − 1 | Conservative approach for two-sample t when technology unavailable |
| df - Chi-Square GOF | df = categories − 1 | Required to read Table C for goodness-of-fit tests |
| df - Chi-Square Association | df = (rows − 1)(columns − 1) | Required for two-way table chi-square tests |
| Conditions for ALL tests | Random, Normal/Large Counts, 10% condition | The formula sheet has NO conditions listed - all must be memorized |
Visual Formula Map - AP Stats Formula Sheet at a Glance
Use this visual map to see how all formula sheet sections connect. Each branch shows the key formulas and their purpose.
How to Use the AP Stats Formula Sheet on Exam Day
Having the formula sheet is not enough. These strategies - from College Board Chief Reader Reports - show you how to use it effectively under pressure.
Scan the Sheet Before the Exam Starts
Use the first 2 minutes to flip through both pages and orient yourself. Know where each section is located - Descriptive (Section I), Probability (Section II), Inference (Section III).
Identify the Test Type FIRST
Before looking at any formula, answer: one or two samples? Proportion or mean? This tells you exactly which row of the table to use. This single decision prevents most errors.
Write the General Formula, Then Fill in Specifics
Write: CI = statistic ± z*(SE). Then identify the specific statistic and SE for your scenario from Section III of the sheet. This structure earns partial credit.
Always State Conditions BEFORE Calculating
Write conditions FIRST, verify them with actual numbers, then proceed to calculation. Conditions are worth a dedicated FRQ point - skipping them costs that point even with a perfect calculation.
Write Formula → Substitute → Show Arithmetic → State Result
Each step can earn partial credit on FRQs. Never skip steps under time pressure. State: "Since p-value = ___ < α = 0.05, we reject Hโ. We have convincing evidence that [context]."
Practice Questions - 4 Worked Examples
These questions are modeled after real AP Statistics exam questions. Each shows the full 4-step inference procedure.
Top 7 Common Mistakes When Using the Formula Sheet
| Mistake | Why It Loses Points | The Exact Fix |
|---|---|---|
| Not stating conditions before testing | Conditions earn a dedicated FRQ point - skipping costs that point even with a perfect calculation | Write Random, Normal/Large Counts, and 10% condition explicitly with verification BEFORE the formula |
| Using z when should use t | Using z-table when σ is unknown and sample is small - the t-distribution must be used | Rule: use z only for proportions or when σ is known. Use t for means with unknown σ. |
| Subtracting variances | Writing σ²(X−Y) = σ²X − σ²Y — variances always ADD, even for differences | Variances ALWAYS add: σ²(X±Y) = σ²X + σ²Y (when independent) |
| Wrong degrees of freedom | Using df = n for t-test instead of df = n−1, giving wrong critical value from Table B | Always write df explicitly: df = n−1 for one-sample t; df = min(nโ,nโ)−1 conservative for two-sample t |
| Confusing pฬ and pโ in SE | Using pฬ in the SE for hypothesis tests (should use pโ) or pโ in CI (should use pฬ) | CI: use pฬ in SE. Hypothesis test: use null value pโ in SE. They are different formulas. |
| Forgetting Expected counts for chi-square | Not calculating E = (row total)(column total)/n before chi-square test | Always calculate all expected counts and verify E ≥ 5 before computing chi-square statistic |
| Interpreting slope without units and context | Writing "slope = 3.5" with no units or context earns partial credit at best | Always: "For each additional [unit] increase in [x], predicted [y] increases by [slope] [units], on average." |
AP Statistics Formula Sheet - 5-Phase Study Plan
| Phase | Focus | Action Steps |
|---|---|---|
| Phase 1 - Learn the Symbols | Section I (Descriptive Statistics) | Match every symbol to its meaning: xฬ, μ, s, σ, pฬ, p. Draw the formula sheet from memory and define every variable. |
| Phase 2 - Master Probability Rules | Section II (Probability) | Practice all 5 probability rules with two-way tables. Do 10 binomial problems using both the formula and calculator. |
| Phase 3 - Inference Framework | Section III (General formulas) | Memorize the two master formulas: CI = stat ± z*(SE) and t = (stat − param)/SE. Practice identifying which row to use. |
| Phase 4 - Conditions (NOT on sheet) | All inference procedures | Write the conditions for every test from memory. Practice verifying them with context from word problems. |
| Phase 5 - Timed Practice | Full exam simulation | Complete 2 full AP Statistics past exams using ONLY the formula sheet (no other notes). Score with official rubrics. |
Self-Check Quiz - Test Your Formula Sheet Knowledge
8 rapid-fire questions covering all formula sheet sections. Select your answer and click Check for instant feedback. Try to score 8/8!
FAQ - AP Statistics Formula Sheet
Do I get the AP Stats formula sheet during the exam?
What is on the AP Statistics formula sheet?
What is NOT on the AP Statistics formula sheet?
What changed on the 2025 AP Statistics formula sheet?
Do I need to memorize the AP Statistics formulas?
How do I know which test statistic to use?
Where can I download the official AP Stats formula sheet?
Conclusion
The AP Statistics formula sheet is one of the most powerful resources on any AP exam - but only if you know how to use it. The formulas are the easy part. What separates students who score a 5 from those who score a 3 is knowing exactly when to apply each formula, what conditions to verify first, what the symbols mean, and what is missing from the sheet.
Your Action Plan
- Download the official 2026 formula sheet from AP Central
- Annotate it while studying this guide
- Memorize all formulas NOT on the sheet (Section 8)
- Practice writing conditions for every test from memory
- Complete 2 full past exams using only the formula sheet
- Score with official AP rubrics
Official Resources
- AP Stats formula sheet: apcentral.collegeboard.org
- Past FRQ with scoring rubrics: AP Central
- AP Classroom progress checks (requires teacher enrollment)
- Chief Reader Reports (common FRQ errors)
- Khan Academy: free AP Stats video lessons
