Definitions
- Mean (average) sum of values number of values.
- Median the middle value when the data are sorted (average of the two middle values if the count is even).
- Mode the value that appears most often.
- Range largest smallest.
The mean identity (most useful fact)
This one rearrangement solves almost every "average" word problem — including missing-value and new-average questions.
Sort before you take the median
The median is only meaningful on sorted data. A frequent error is reading the middle of the list as printed.
Effect of changes
- Adding a value equal to the current mean leaves the mean unchanged.
- The median resists outliers; the mean is pulled toward them. A single huge value can make mean ≫ median.