Formula Sheet AP Statistics: How to Use Each Formula
Your complete formula sheet AP Statistics guide: every formula on the official reference, organized by topic, with clear examples for sampling and more.

You're sitting down with a calculator, a test booklet, and the AP Statistics formula sheet. You recognize several symbols, but the problem isn't whether the formula is printed there. It's knowing which exam situation activates which formula, what each symbol means, and what conditions must be checked before you calculate.
The official reference sheet is designed to reduce routine memorization, not replace statistical reasoning. The College Board's current document includes tools for describing data, modeling probability, building sampling distributions, performing inference, analyzing categorical data, and interpreting regression. The most efficient way to use it is to treat every formula as an answer to a question: What kind of data do I have, what am I trying to find, and what procedure does that situation require?
Table of Contents
- What the AP Statistics Formula Sheet Actually Looks Like
- How the Official Reference Sheet Is Organized
- Descriptive Statistics and Probability Formulas
- Sampling Distribution Formulas on the Sheet
- Z-Interval vs T-Interval Formulas
- Confidence Intervals for Means and Proportions
- Chi-Square and Regression Confidence Intervals
- Choosing Between Z-Tests and T-Tests
- Chi-Square Test Formulas and When to Use Each
- Inference Formulas for Regression Slope and Intercept
- Quick Reference Card and Common Exam Mistakes
- Frequently Asked Questions About the Formula Sheet
<a id="what-the-ap-statistics-formula-sheet-actually-looks-like"></a>
What the AP Statistics Formula Sheet Actually Looks Like
In the exam room, you'll have an official two-sided reference sheet beside your multiple-choice and free-response materials. The College Board states that the reference document is used during both sections, so every student has access to the same formulas at test time. You can review the current layout in the official AP Statistics formula tables.
That sheet isn't a general study guide. It's a compact collection of formulas, notation, and statistical tables. It includes foundational tools such as the sample mean, sample standard deviation, least-squares regression formulas, probability relationships, and reference tables used with common distributions.
<a id="the-sheet-is-a-tool-not-a-substitute"></a>
The sheet is a tool, not a substitute
You still need to recognize:
- The parameter: What population quantity is the question asking about?
- The statistic: What sample value represents that quantity?
- The conditions: Is the sample random, are observations independent, and is a normal or large-sample model reasonable?
- The interpretation: What does the result mean in the setting described?
A formula can help you calculate a margin of error, but it can't tell you whether a confidence interval is appropriate. It can provide a test statistic, but it can't write the conclusion in context.
Practical rule: Before touching the formula sheet, identify the variable type, the number of samples, and whether the task is description, estimation, or testing.
The College Board's formal reference format also reflects how AP Statistics has developed. By reducing pressure to memorize routine computations, the exam can place greater emphasis on method selection, conditions, and interpretation.
<a id="how-the-official-reference-sheet-is-organized"></a>
How the Official Reference Sheet Is Organized
A free-response question gives you a scenario, and the wording usually signals which part of the reference sheet to use. A question asking you to summarize observed values points toward descriptive statistics. A question about repeated samples points toward sampling distributions. Questions about estimating a population value use confidence-interval formulas, while questions asking for evidence against a claim use hypothesis-test formulas. Chi-square and regression procedures have their own sections.
The College Board arranges these tools in a sequence that broadly moves from describing data and probability to sampling distributions, confidence intervals, hypothesis tests, chi-square procedures, and regression inference. The order may differ from your textbook, so organize your review by exam task. A useful official AP Statistics formula tables reference lets you practice locating the tool a prompt requires.
| Front Side Section | Formula Group |
|---|---|
| Descriptive statistics | Mean, standard deviation, and data summaries |
| Probability | Counting, binomial probability, and expected values |
| Sampling distributions | Means, proportions, and standard errors |
| Confidence intervals | Means, proportions, and regression parameters |
| Hypothesis tests | z procedures, t procedures, and test statistics |
| Categorical data | Chi-square procedures |
| Regression inference | Slope and intercept formulas |
Use the table as a search route, not a list to memorize. If the question concerns one population mean, look under confidence intervals or hypothesis tests and then decide whether a z or t procedure fits. If it compares categorical counts, go directly to chi-square. If it asks whether a linear relationship has a nonzero slope, use the regression inference formulas.
A short, repeated review routine can make this search faster. Pair the sheet with a smarter study strategy, then practice identifying the trigger words and turning to the correct section before doing calculations.
The statistical tables also require recognition. Normal, t, and chi-square questions depend on selecting the matching table and reading its notation correctly. Random-digit procedures support simulation questions. Formula location saves time only after you know what each table represents.
<a id="descriptive-statistics-and-probability-formulas"></a>
Descriptive Statistics and Probability Formulas
A prompt gives you a list of student scores and asks for one measure of center. Reach for the sample mean:
[ \bar{x}=\frac{\sum x}{n} ]
If the prompt focuses on how far observations typically vary from that mean, use the sample standard deviation:
[ s=\sqrt{\frac{\sum (x-\bar{x})^2}{n-1}} ]
The (n-1) denominator identifies this as a sample estimate of population variation. Using (n) would describe a different calculation.
For questions asking you to summarize a distribution, identify the five-number summary: minimum, first quartile, median, third quartile, and maximum. These values help you describe center and spread, recognize skew, and check for possible outliers. The formula sheet cannot decide what a quartile means, so connect each value to the distribution's context.
<a id="probability-questions-need-translation-first"></a>
Probability questions need translation first
A selection problem says order does not matter. Use combinations:
[ {n \choose r}=\frac{n!}{r!(n-r)!} ]
A binomial problem has a fixed number of independent trials, two outcomes per trial, and a constant probability of success. Under those conditions, the probability of exactly (k) successes is:
[ P(X=k)={n \choose k}p^k(1-p)^{n-k} ]
For a binomial random variable, use (np) for the mean and:
[ \sqrt{np(1-p)} ]
for the standard deviation.
With 10 trials and a success probability of 0.3, “exactly 4 successes” triggers:
[ P(X=4)={10 \choose 4}(0.3)^4(0.7)^6\approx0.2001 ]
The computation follows the wording. “At least” requires a sum of outcomes from that value upward, “at most” includes outcomes up to that value, and “exactly” selects one outcome. For expected value, use the probability distribution rather than a binomial count. These formulas appear in the official formula-sheet guidance, but recognizing the trigger comes before substitution.
<a id="sampling-distribution-formulas-on-the-sheet"></a>
Sampling Distribution Formulas on the Sheet
A sampling distribution describes how a statistic behaves across repeated samples. That's different from describing individual observations. If the question asks about the expected behavior of sample means, use the mean and standard error for (\bar{x}).
When the population standard deviation is known, the standard error of a sample mean is:
[ \frac{\sigma}{\sqrt{n}} ]
When (\sigma) isn't known and you estimate it with the sample standard deviation, use:
[ \frac{s}{\sqrt{n}} ]
That substitution is one reason t procedures appear in inference for means. Don't choose a procedure just because the sample is large. First ask whether the population standard deviation is supplied.
For sample proportions, the standard error has the form:
[ \sqrt{\frac{p(1-p)}{n}} ]
For a one-proportion hypothesis test, use the null proportion (p_0) in the standard error. For an interval, use the sample proportion (\hat{p}).
| Scenario | Standard Error | Typical Model |
|---|---|---|
| Sample mean with known population spread | (\sigma/\sqrt{n}) | Normal model |
| Sample mean with estimated spread | (s/\sqrt{n}) | t model for inference |
| Sample proportion | (\sqrt{p(1-p)/n}) | Normal approximation when conditions hold |
Suppose 100 students have a mean score of 82 and a sample standard deviation of 7. The estimated standard error is:
[ \frac{7}{\sqrt{100}} ]
The calculation is simple, but the interpretation depends on the sampling model. You must consider randomness, independence, and whether the distribution of the statistic is approximately normal.
Watch the notation: (s) measures variation among individual observations. (s/\sqrt{n}) measures the estimated variation of sample means.
<a id="z-interval-vs-t-interval-formulas"></a>
Z-Interval vs T-Interval Formulas
The choice between z and t starts with one question: Is the population standard deviation (\sigma) known?
Use a z interval for a population mean when (\sigma) is given. Use a t interval when (\sigma) is unknown and the sample standard deviation (s) replaces it, assuming the normality or sample-size conditions for the t model are reasonable.

Both procedures use the same overall pattern:
[ \text{estimate}\pm\text{critical value}\times\text{standard error} ]
The critical value changes. A z interval uses (z^), while a t interval uses (t^) with degrees of freedom based on the sample.
Consider a sample with (n=25), (\bar{x}=68), and (s=5). Because the population standard deviation hasn't been supplied, a t interval is the natural choice. You'd use z instead only if the problem explicitly gave (\sigma=5), making 5 a known population value rather than a sample estimate.
For a proportion, use a z interval when the success-failure condition supports a normal approximation. The distinction isn't based on whether the sample size feels “big enough” by itself. It depends on the parameter, the information supplied, and the conditions attached to the procedure.
<a id="confidence-intervals-for-means-and-proportions"></a>
Confidence Intervals for Means and Proportions
Every confidence interval follows one structure:
[ \text{estimate}\pm\text{critical value}\times\text{standard error} ]
Your job is to identify each part correctly.
For one population mean with unknown (\sigma), use:
[ \bar{x}\pm t^*\frac{s}{\sqrt{n}} ]
If the population standard deviation is known, replace (t^) with (z^) and (s) with (\sigma).
For two independent means, the estimate is (\bar{x}_1-\bar{x}_2). The standard error combines the two sample standard deviations and sample sizes. If the data are paired, calculate the difference within each pair first, then build a one-mean interval for those differences. Using an independent two-sample formula for paired data changes the question you're answering.
A one-proportion interval uses:
[ \hat{p}\pm z^*\sqrt{\frac{\hat{p}(1-\hat{p})}{n}} ]
For two proportions, center the interval at (\hat{p}_1-\hat{p}_2).
| Parameter | Standard Error | When to Use |
|---|---|---|
| One mean, known (\sigma) | (\sigma/\sqrt{n}) | Population spread is supplied |
| One mean, unknown (\sigma) | (s/\sqrt{n}) | Sample spread estimates population spread |
| One proportion | (\sqrt{\hat{p}(1-\hat{p})/n}) | Success-failure condition is met |
| Difference of means | Combined two-sample standard error | Independent quantitative samples |
| Difference of proportions | Combined proportion standard error | Independent categorical samples |
Before calculating, verify random or representative sampling, independence, and the relevant normality or success-failure condition. Then interpret the interval in context. Say that you're confident the interval captures the population parameter. Don't say there's a probability that the fixed parameter falls inside the finished interval.
<a id="chi-square-and-regression-confidence-intervals"></a>
Chi-Square and Regression Confidence Intervals
Two less familiar interval settings appear when the parameter isn't a mean or proportion. A chi-square interval estimates a population standard deviation from one quantitative variable. A regression interval estimates a population slope or, when specifically requested, an intercept.
For a chi-square interval, the bounds are based on:
[ \frac{(n-1)s^2}{\chi^2} ]
The smaller chi-square critical value produces one endpoint, and the larger critical value produces the other. The procedure requires a suitable normal population condition because the chi-square model is sensitive to departures from normality.
Suppose a quality-control problem provides a sample standard deviation and asks for plausible values of the population standard deviation. That wording triggers the chi-square interval. Your final sentence should identify the population process and explain what the interval says about its standard deviation.
Regression inference uses the standard error of the slope:
[ s_b=\frac{s}{s_x\sqrt{n-1}} ]
The confidence interval is:
[ b_1\pm t^*s_b ]
The t critical value uses n minus 2 degrees of freedom. A study-time problem that asks for plausible values of the population slope is asking about how the response changes, on average, for a one-unit increase in the explanatory variable.
| Interval | Formula | Critical Value | Degrees of Freedom | When to Use |
|---|---|---|---|---|
| Population standard deviation | Bounds based on ((n-1)s^2/\chi^2) | Chi-square | Based on (n-1) | One quantitative population spread |
| Regression slope | (b_1\pm t^*s_b) | t | (n-2) | Linear relationship and slope inference |
Check linearity, independence, roughly normal residuals, and equal variance before trusting the regression interval. A mathematically correct interval without a contextual interpretation won't fully answer the free-response question.
<a id="choosing-between-z-tests-and-t-tests"></a>
Choosing Between Z-Tests and T-Tests
For hypothesis tests, separate proportions from means first.
A one-proportion test uses a z statistic:
[ z=\frac{\hat{p}-p_0}{\sqrt{p_0(1-p_0)/n}} ]
A two-proportion test also uses z because the parameter is a proportion and the normal approximation is the standard framework when its conditions hold.
For means, the deciding factor is whether (\sigma) is known. A one-sample t test uses:
[ t=\frac{\bar{x}-\mu_0}{s/\sqrt{n}} ]
A two-sample t test compares two independent sample means. If the observations are paired, reduce the data to within-pair differences and use a one-sample t procedure on those differences.
Use this decision sequence:
- Is the response a proportion? Choose a one-proportion or two-proportion z test.
- Is the response a mean? Ask whether population (\sigma) is known.
- Is (\sigma) known? Use z.
- Is (\sigma) estimated by (s)? Use t.
- Are the observations paired? Analyze the differences rather than treating the groups as independent.
The common trap is using a z test merely because a calculator can produce a z statistic. The procedure must match the information in the problem and the sampling model.
<iframe width="100%" style="aspect-ratio: 16 / 9;" src="https://www.youtube.com/embed/IPARjGwH3lc" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe><a id="chi-square-test-formulas-and-when-to-use-each"></a>
Chi-Square Test Formulas and When to Use Each
All three chi-square tests use the same statistic:
[ \chi^2=\sum\frac{(O-E)^2}{E} ]
The difference is the question behind the table.
Goodness-of-fit uses one categorical variable and asks whether observed counts match a claimed distribution. Checking whether outcomes from a die follow a proposed distribution is a goodness-of-fit problem. Its degrees of freedom are (k-1), where (k) is the number of categories.
Homogeneity compares the distribution of one categorical variable across multiple populations. Comparing customer preferences across stores fits this design. Its degrees of freedom are:
[ (\text{rows}-1)(\text{columns}-1) ]
Independence uses one population and two categorical variables. Examining whether grade level is related to transportation choice is an independence problem. It uses the same degrees-of-freedom expression as homogeneity.

Expected counts come from the null model, not from the observed counts. For a two-way table, the expected count in a cell is based on its row total, column total, and overall total. Before using the test, check that expected counts are sufficiently large and that the data came from an appropriate random design.
Question to ask: Is the problem comparing one distribution to a claim, comparing distributions across populations, or testing an association within one population?
<a id="inference-formulas-for-regression-slope-and-intercept"></a>
Inference Formulas for Regression Slope and Intercept
Regression inference begins with the slope because it answers a practical question: does the explanatory variable have a linear relationship with the response?
The slope test statistic is:
[ t=\frac{b_1-0}{s_b} ]
The null value is usually zero because the claim concerns no linear association. For a confidence interval, use:
[ b_1\pm t^*s_b ]
with n minus 2 degrees of freedom.
For example, if a fitted line has slope (0.85), slope standard error (0.12), and the relevant degrees of freedom are (23), a stated interval might be approximately ((0.60,1.10)). Interpret it using the variables: the interval gives plausible values for the population change in predicted response associated with a one-unit increase in the explanatory variable.
The intercept requires more caution. Its interval has the form:
[ a\pm t^*s_a ]
Use it only when the question asks about the mean response at (x=0). If zero is far outside the observed x-values, the intercept may have little practical meaning even if the calculation is available.
Check four regression conditions:
- Linearity: The relationship follows a linear pattern.
- Independence: Residuals don't influence one another.
- Normality: Residuals are approximately normal.
- Equal variance: Residual spread remains reasonably consistent.
A strong free-response conclusion identifies the procedure, reports the interval or p-value, and explains the result in the original context.
<a id="quick-reference-card-and-common-exam-mistakes"></a>
Quick Reference Card and Common Exam Mistakes
A useful final-review card doesn't just list equations. It pairs each formula with the phrase that triggers it.
| Exam Task | Trigger | Tool |
|---|---|---|
| Describe data | Find center of quantitative observations | (\bar{x}=\sum x/n) |
| Describe spread | Estimate sample variability | (s) formula |
| Model counts | Fixed trials and two outcomes | Binomial formula |
| Estimate a mean | Population spread unknown | t interval |
| Estimate a proportion | Categorical success count | z interval |
| Test a mean | Compare a mean with a claimed value | t test if (\sigma) is unknown |
| Analyze a two-way table | Two categorical variables | Chi-square independence |
| Analyze a line | Ask about population slope | Regression t procedure |

The most frequent mistakes are decision errors rather than arithmetic errors:
- Confusing standard deviation and standard error: (s) describes observations, while (s/\sqrt{n}) estimates sampling variability.
- Skipping conditions: A formula doesn't repair a biased sample or an unsuitable model.
- Using the wrong degrees of freedom: Mean t procedures commonly use (n-1), while regression procedures use (n-2).
- Mixing paired and independent designs: Pairing changes the parameter and the procedure.
- Writing a context-free conclusion: State what the result says about the population or relationship in the problem.
Practice selecting the procedure before calculating. Build your own study guide with clear formula triggers, then complete mixed questions with the reference sheet visible. After that, work timed free-response problems and record every selection, condition, or interpretation mistake.
<a id="frequently-asked-questions-about-the-formula-sheet"></a>
Frequently Asked Questions About the Formula Sheet
Do I need to memorize every formula? No. The official sheet is supplied during both exam sections, but you still need enough recall to identify the correct procedure and understand the notation. Exact algebraic memorization matters less than knowing the trigger and conditions.
Is the reference sheet the same for every student? The College Board provides the same official reference resource for test-takers. It's a formal exam document, not a personal note page.
What isn't handled automatically? You still need to locate and use the appropriate critical values or tables, read the problem correctly, and check conditions. Technology can handle computation, but it can't choose a valid design or write an interpretation.
How should I use it during the exam? Skim the layout early so you know where major formula groups are located. Treat it as a navigation map, not something to read from top to bottom while the clock runs.
What should I practice most? Practice recognizing whether the problem concerns a mean, proportion, categorical association, or regression parameter. Conditions and interpretation often matter more than copying an equation correctly.
For active recall, create prompts such as “When do I use a one-sample t interval?” rather than copying formulas repeatedly. You can also use online flashcards for formula decisions, then test yourself with unfamiliar wording so recognition transfers to exam questions.
ClassLecture.ai can turn your lecture recordings, notes, and textbooks into searchable transcripts, conversational Q&A, summaries, and flashcards for focused review. Use it to ask targeted questions about AP Statistics procedures and build practice prompts around the formulas you keep confusing, then visit ClassLecture.ai to start studying from your own materials.
The ClassLecture.ai Team
We build ClassLecture.ai, the AI study assistant that turns your recorded lectures into transcripts, summaries, flashcards, and answers cited to the exact timestamp — so you learn faster from your own professor's words.
Keep reading
AP English Exam Study Guide: Read, Write, and Score Higher
A complete AP English exam study guide covering reading, writing, rubrics, practice prompts, and revision strategies to help you score higher in 2026.
ReadMP4 to SRT Conversion: A Practical Guide for Students
MP4 to SRT. Learn how to convert MP4 video to SRT subtitle files with automated transcription, timing fixes, and integration with lecture study tools
Read10 Study Strategies for College Students That Work
Master study strategies for college students with 10 actionable methods for lectures, notes, exam prep, active recall, and AI-assisted review.
Read