Mean Calculator
Find the arithmetic mean (average) of a list of numbers.
The mean is the everyday average: add the numbers and divide by how many there are.
The math behind it
mean = (x₁ + x₂ + … + xₙ) ÷ n. Leave entries at 0 to ignore them.
Worked example
4, 8, 15, 16 → (4 + 8 + 15 + 16) ÷ 4 = 10.75.
FAQ
Mean, median or mode?
Mean is the average, median is the middle value, mode is the most frequent value.