Standardize

To standardize a data value means to convert it into a standardized score by computing (value − mean)/(standard deviation), which tells you how many standard deviations the value sits above or below the mean and lets you compare positions across different distributions (AP Stats Topic 1.10).

Verified for the 2027 AP Statistics examLast updated June 2026

What is Standardize?

Standardizing is the move you make when raw numbers from different distributions can't be compared directly. You subtract the mean and divide by the standard deviation. The result is a standardized score, and when the variable is normal you call it a z-score, z = (x − μ)/σ. A z of +1.5 means the value sits 1.5 standard deviations above the mean; a z of −0.8 means 0.8 standard deviations below it.

Think of standardizing as translating every dataset into the same universal language. A 92 on one exam and a 31 on the ACT mean nothing side by side, but z-scores of +1.2 and +2.0 are instantly comparable. After you standardize an entire dataset, the new distribution always has mean 0 and standard deviation 1, and (this is the part people forget) the shape stays exactly the same. Standardizing relocates and rescales; it does not reshape. If the original data are normal, the standardized values follow the standard normal distribution, which is what z-tables and calculator functions are built around.

Why Standardize matters in AP Statistics

Standardizing lives in Topic 1.10 (The Normal Distribution) in Unit 1 and powers two learning objectives. For 1.10.B, you determine proportions and percentiles from a normal distribution, and the standard route is standardize first, then look up the area with a table or normalcdf. For 1.10.C, you compare relative positions of points within or between data sets, and z-scores are one of the two tools the CED names for that job (percentiles are the other). It's also the single most reusable skill in the course. Every test statistic you compute in inference (Units 6-7) is just a standardized score, a statistic minus its hypothesized center divided by a measure of spread. Learn the move once in Unit 1 and you use it all year.

How Standardize connects across the course

Z-score (Unit 1)

The z-score is the output; standardizing is the action. When you standardize a value from a normal distribution using z = (x − μ)/σ, the number you get is the z-score. The two terms are inseparable on the exam.

Normal Distribution and the Empirical Rule (Unit 1)

Standardizing is what makes one z-table work for every normal distribution. Any normal variable, once standardized, becomes the standard normal with mean 0 and SD 1, so the 68-95-99.7 benchmarks translate directly to z = ±1, ±2, ±3.

Percentile (Unit 1)

Z-scores and percentiles are the CED's two measures of relative position (LO 1.10.C). For normal data they're two views of the same fact, since a z-score converts to a percentile through the area under the curve. A z of +2 lands you near the 97.7th percentile.

Central Limit Theorem and Inference (Units 5-7)

Sampling distributions in Unit 5 get standardized too, except you divide by the standard deviation of the statistic (like σ/√n). Every test statistic in Units 6-7 is this same formula wearing a different outfit, so standardizing in Unit 1 is a preview of the whole second half of the course.

Is Standardize on the AP Statistics exam?

Multiple-choice questions test standardizing three main ways. First, properties questions: if Z = (X − μ)/σ, you should know immediately that Z has mean 0 and standard deviation 1, and keeps the original shape. Second, comparison questions: two tests with different means and SDs (say μ = 500, σ = 100 versus μ = 75, σ = 15) where you standardize both values and compare z-scores to decide which proportion is larger. Often the z-scores match, so the proportions are equal even though the raw numbers look wildly different. Third, inverse problems: given a percentile like the top 0.15%, you find the z-score first, then un-standardize with x = μ + zσ to recover the raw cutoff. On FRQs, standardizing shows up as work you must show. Writing the z-score calculation (not just a calculator answer) earns communication credit, and later in the course every significance test FRQ requires a standardized test statistic.

Standardize vs Normalize

Standardizing does NOT make data normal, even though students mix up 'standardize' and 'normalize' constantly. Standardizing shifts the center to 0 and rescales the spread to 1, but the shape is untouched. Skewed data stays skewed after standardizing. Z-scores only correspond to the standard normal table when the original distribution was (approximately) normal to begin with.

Key things to remember about Standardize

  • To standardize a value, subtract the mean and divide by the standard deviation: z = (x − μ)/σ.

  • A standardized score (z-score) measures how many standard deviations a value falls above or below the mean.

  • After standardizing an entire dataset, the new mean is always 0 and the new standard deviation is always 1, but the shape of the distribution does not change.

  • Standardizing lets you compare values from different distributions, like an SAT score and an ACT score, by putting them on the same scale.

  • For inverse problems, reverse the formula with x = μ + zσ to convert a z-score back into a raw value.

  • Standardizing returns in Units 5-7, where every test statistic is a standardized version of a sample statistic.

Frequently asked questions about Standardize

What does it mean to standardize in AP Stats?

Standardizing means converting a data value into a standardized score using (value − mean)/(standard deviation). The result, called a z-score for normal distributions, tells you how many standard deviations the value sits from the mean (Topic 1.10).

Does standardizing make a distribution normal?

No. Standardizing changes the mean to 0 and the standard deviation to 1, but it never changes the shape. Skewed data is still skewed after standardizing; z-scores only match the standard normal table if the original data were approximately normal.

What's the difference between standardizing and a z-score?

Standardizing is the process and the z-score is the result. You standardize a value by computing (x − μ)/σ, and the number that comes out is the z-score, like converting 600 on a test with μ = 500 and σ = 100 into z = 1.

Why does standardized data have mean 0 and standard deviation 1?

Subtracting the mean shifts the center of the distribution to 0, and dividing by the standard deviation rescales the spread to exactly 1. This is a guaranteed property of Z = (X − μ)/σ, and it's a classic multiple-choice fact.

Do I need to standardize before using normalcdf?

Not necessarily. Calculators let you enter μ and σ directly, so normalcdf(600, 1E99, 500, 100) works without computing z first. But showing the standardized z-score in your written work demonstrates understanding and protects your FRQ communication score.