Standard deviation (symbol: σ for a population, s for a sample) measures how spread out a set of data values are from their mean. A low standard deviation means values are clustered close to the average; a high standard deviation means values are widely spread. The formula is σ = √(Σ(x − μ)² / N). Standard deviation is a core concept in Florida MAFS statistics standards and is tested on the SAT Math “Problem Solving and Data Analysis” section.

"Standard Deviation" Explained

Standard Deviation: 3 Steps to Master It

Standard deviation (σ for a population, s for a sample) measures how spread out a data set is from its mean. Low σ → values cluster near the average; high σ → values are widely spread. A core Florida MAFS statistics concept and an SAT “Problem Solving & Data Analysis” staple.

THE METHOD

Standard deviation is the typical distance of a value from the mean. There are two formulas, which one you use depends on whether your data is the whole population or just a sample.

How to Calculate Standard Deviation — 5 Steps

📊 POPULATION

Population Standard Deviation

σ = √( Σ(x - μ)² / N )

Divide by N The full count. Use when the data IS the entire population.

SAT cue: "the entire class scored..." → use σ, divide by N.

📈 SAMPLE

Sample Standard Deviation

s = √( Σ(x - x̄)² / (N - 1) )

Divide by N - 1 Bessel's correction (removes bias). Use for a sample drawn from a larger population.

SAT cue: a random sample/survey → use s, divide by N - 1. More common on the SAT.

σ = population SD · s = sample SD · μ / x̄ = mean · x = each value · N = number of values · Σ = sum of all

DEFINATION & FORMULA

Standard Deviation — Population & Sample

1

Find the mean (μ)

Add all values and divide by the count N.

2

Subtract the mean from each value

Compute (x - μ) for every point. Some will be negative expected.

3

Square each difference

Compute (x - μ)² . Squaring removes negative signs and emphasizes large deviations.

4

Find the variance

Sum the squared differences, then divide by N (population) or N - 1 (sample). This is the variance, σ².

5

Take the square root

√(variance) = standard deviation. This returns the answer to the original units of the data.

STEP BY STEP

Standard Deviation — Worked Examples

Full calculation. Quiz scores 6, 8, 10, 12, 14. Find the population standard deviation.

  • 1. Mean: (6+8+10+12+14)/5 = 50/5 = 10
  • 2. Subtract: -4, -2, 0, 2, 4
  • 3. Square: 16, 4, 0, 4, 16
  • 4. Variance: (16+4+0+4+16)/5 = 40/5 = 8
  • 5. Square root: σ = √8 ≈ 2.83
σ ≈ 2.83

Comparing two data sets. Class A: mean 78, σ = 3. Class B: mean 78, σ = 12. What does this tell you?

  • 1. Same mean (78) → equal "on average" performance.
  • 2. Class A (σ = 3): tightly clustered split most scored ~75-81.
  • 3. Class B (σ = 12): widely spread split roughly 54-102 (before the 100 cap).
Same mean ≠ same distribution. Class B is far more variable.
Takeaway: the mean alone doesn't describe a data set split standard deviation reveals whether the mean is representative.

SAT conceptual. Heights of 50 students are measured, then 5 cm is added to every value. Effect on the mean and standard deviation?

(A) Mean +5; SD +5
(B) Mean +5; SD unchanged ✓
(C) Mean unchanged; SD +5
(D) Both unchanged
Answer: (B) split mean increases by 5, SD stays the same.
⚠️ Adding a constant shifts every value uniformly, so each (x - μ) difference is unchanged split spread doesn't move. Only multiplying (scaling) changes SD.

68-95-99.7

The Empirical Rule

For approximately normal (bell-shaped) data, the empirical rule tells you what share of values falls within 1, 2, and 3 standard deviations of the mean.

Standard Deviation
68%
Within 1σ
About 68% of values fall between (μ - σ) and (μ + σ). If mean = 1050 and σ = 100, 68% scored 950–1150.
95%
Within 2σ
About 95% fall between (μ - 2σ) and (μ + 2σ). Same data: 95% scored 850–1250. Outside this range is unusual.
99.7%
Within 3σ
About 99.7% fall within 3σ. Only 0.3% lie beyond the outliers. Same data: only 0.3% scored below 750 or above 1350.

TEST STRATEGY

Standard Deviation on the SAT

The SAT does not ask you to calculate σ by hand. It tests whether you can interpret it, comparing two data sets, predicting the effect of adding or scaling values, and reading the spread of a histogram.

The one rule the SAT loves: adding a constant shifts the data — mean changes, SD stays the same. Multiplying by a constant scales the data — both mean and SD change by that factor. Adding 10 → mean +10, SD same. Multiplying by 3 → mean ×3, SD ×3.

AVOID THESE

4 Common Standard Deviation Mistakes

Using N Instead of N – 1 for a Sample

Survey or random-sample data must divide by N – 1; using N underestimates the true spread.

Fix: "sample" → N – 1; "population" → N. Read which one the problem states.

Forgetting to Square the Differences

Summing (x – μ) directly always gives zero the positive and negative deviations cancel.

Fix: immediately square each difference, (x – μ)². The squaring is what prevents cancellation.

Confusing Standard Deviation with Variance

Variance = σ² (the mean of squared differences). Standard deviation = √variance.

Fix: always take the square root. If the units don't match the data, you stopped at variance.

Thinking Adding a Constant Changes SD

Add 10 to every value → mean +10, but SD unchanged. Students wrongly pick "both increase."

Fix: adding shifts uniformly (SD same); only multiplying scales SD.

TRY THESE

Practice Problems

Work each one, then reveal the answer to check yourself.

EASY • CALCULATION
The data set {2, 4, 4, 4, 5, 5, 7, 9} has a mean of 5. Find the population standard deviation (2 dp).
Squared diffs from 5: 9, 1, 1, 1, 0, 0, 4, 16 → sum = 32 → variance = 32/8 = 4 → σ = √4 = 2.00.
MEDIUM • INTERPRETATION
School 1: GPA 3.2, σ = 0.1. School 2: GPA 3.2, σ = 0.8. Which school's GPA is more consistent, and why?
School 1 (σ = 0.1): a smaller SD means GPAs cluster tightly near 3.2. School 2 (σ = 0.8) is far more spread (some near 2.4, some near 4.0) despite having the same average.
HARD • SAT-STYLE
A data set has mean 50 and SD 8. Every value is multiplied by 3. New mean and SD?
New mean = 50 × 3 = 150; new SD = 8 × 3 = 24. Multiplying scales BOTH metrics (unlike adding, which only shifts the mean).

Standard Deviation — FAQ

It measures how spread out data values are from the mean. Low SD → values cluster near the average; high SD → values spread widely. Think of it as the "typical distance from the average" — the larger the number, the more variable the data.

Population σ is used when the data includes every member of the group — divide by N. Sample s is used for a random sample of a larger population — divide by N - 1 (Bessel's correction). On the SAT, sample SD (N - 1) is more common because most survey/experiment problems involve sampling.

No — it tests interpretation, not hand calculation. You'll compare which of two data sets has a greater SD, predict how adding or multiplying a constant affects it, or read the spread of a histogram. Understanding what SD means matters more than the formula here.

For normally distributed (bell-shaped) data: about 68% of values fall within 1 SD of the mean, 95% within 2 SD, and 99.7% within 3 SD. It applies when the data is approximately normal — usually stated or implied in SAT and Florida EOC problems that use it.

Yes — MAFS.912.S-ID.A.2 (use statistics appropriate to the shape of the distribution to compare center and spread) and S-ID.A.3 (interpret differences in shape, center, and spread in context). These appear in Algebra 2, Precalculus, and AP Statistics, and on Florida EOC and FSA assessments.

KEEP EXPLORING

Related Concepts

SAT Data Analysis Giving You Trouble?

Book a free math assessment and get a personalized Digital SAT plan built around your gaps.