Statistics Fundamentals

Deviation, Variance
& Standard Deviation

From intuition to mastery — 20 questions that build real understanding, not just formula memorization.

20Questions
3Core Concepts
σ μ ΣKey Symbols
Core Concepts — Why These Three?
01

Deviation

d = x - μ

How far is each value from the mean? Positive means above, negative means below. Raw deviation tells the direction and distance.

DISTANCE FROM CENTER
02

Variance

σ² = Σ(x - μ)² / n

Average of squared deviations. Squaring eliminates negatives and punishes large deviations more. Unit is squared (cm²).

AVERAGE SQUARED SPREAD
03

Std Deviation

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

Square root of variance. Returns to original units (cm, not cm²). The most useful measure of spread in real life.

√VARIANCE = REAL UNITS

Why not just use the mean?

Two classes both average 70 points. But Class A scores: 68, 69, 70, 71, 72. Class B scores: 40, 55, 70, 85, 100. Same mean — completely different stories.

Deviation measures tell you about the shape of the data, not just its center. Standard deviation lets you say: "Most students scored within ±5 points of 70" vs "within ±25 points."

That difference changes everything — how you teach, grade, and analyze performance.

Step-by-Step: Data = {2, 4, 4, 4, 5, 5, 7, 9}

2
4
4
4
5
5
7
9
① Mean (μ)(2+4+4+4+5+5+7+9)/8 = 5
② Deviations (x−μ)−3, −1, −1, −1, 0, 0, 2, 4
③ Squared deviations9, 1, 1, 1, 0, 0, 4, 16
④ Sum of squares9+1+1+1+0+0+4+16 = 32
⑤ Variance (σ²)32 / 8 = 4
⑥ Std Dev (σ)√4 = 2
Formula Reference Table
Concept Formula Key Note
Mean μ = Σx / n Sum of all values divided by count
Deviation d = x − μ Sum of all deviations is always 0
Sum of Deviations Σ(x − μ) = 0 Always! Positives and negatives cancel
Variance (Population) σ² = Σ(x−μ)² / n Always non-negative (≥ 0)
Variance (Sample) s² = Σ(x−x̄)² / (n−1) Divide by n−1 for sample estimates
Standard Deviation σ = √(σ²) Same unit as original data
Variance Shortcut σ² = (Σx²/n) − μ² Faster when you have Σx² already
Practice Problems

20 Questions

0 / 20
0 / 20
Correct answers
Answer all questions to track your score. Click any option to check instantly. Wrong answers show detailed explanations.

Memory Keywords

Key English words that help you explain each concept instantly

SPREAD
Standard Deviation core concept
"SD measures how much values SPREAD away from the mean."
CANCEL
Why we square deviations
"Positive and negative deviations CANCEL out — so we square to prevent this."
PUNISH
Effect of squaring large deviations
"Squaring PUNISHES outliers — a deviation of 10 becomes 100."
UNIT
Why we take √ of variance
"√ restores the original UNIT — cm not cm². That's why SD is more readable."
ZERO
Sum of deviations property
"Σ(x−μ) = ZERO always. The mean perfectly balances all values."
CONSISTENT
Low SD interpretation
"Low SD = values are CONSISTENT. High SD = values are scattered."
IDENTICAL
When SD = 0
"SD = 0 only when all values are IDENTICAL. No variation at all."
SCALE
Effect of adding a constant
"Adding a constant doesn't change SD. Only multiplying SCAlES the spread."