Statistics
Standard Deviation
Lesson
The range and IQR describe spread roughly. Variance and standard deviation describe it precisely — they measure how far data tends to sit from the mean.
The recipe:
- Compute the mean .
- For each value , compute the deviation .
- Square each deviation. (Squaring keeps positives and negatives from canceling.)
- Average the squared deviations — this is the variance.
- Take the square root — this is the standard deviation, in the original units.
Note: this is the population variance and standard deviation (divide by ). A separate sample formula divides by instead — used when the data is a sample drawn from a larger population. We’ll stick with the population version here.
For non-exact answers, round to two decimal places.
Worked example 1
Data: 2, 4, 6, 8, 10.
Mean:
Deviations from 6: . Squared: . Sum: 40.
Worked example 2
Data: 1, 1, 4, 4, 5, 9.
Mean: . Deviations: . Squared: . Sum: 44.
How to type your answer
Type a single number — variance or standard deviation as the question asks. Round to two decimal places when not exact. Examples: 8, 2.83, 14.14, 0.
Practice
Work through these. Stuck? Click Get a hint.
Warm-Up
Quick problems to get going.
Problem 1
Problem 2
Problem 3
Problem 4
Practice
Standard problems matching the lesson.
Problem 5
Problem 6
Problem 7
Problem 8
Problem 9
Problem 10
Problem 11
Problem 12
Problem 13
Problem 14
Challenge
Harder problems — edge cases, trickier numbers, multiple steps.
Problem 15
Problem 16
Problem 17
Problem 18
Problem 19
Problem 20
Problem 21
Problem 22