Mean

The arithmetic average โ€” the sum of all values divided by how many there are.

The mean as fair share โ€” pool everything and redistribute equally
37285mean = 5

(3 + 7 + 2 + 8 + 5) รท 5 = 25 รท 5 = 5 โ€” level all bars to that height and each reaches the red line

Definition

The mean (or arithmetic average) of a dataset is the sum of all values divided by how many values there are.

xห‰=x1+x2+โ‹ฏ+xnn\bar{x} = \frac{x_1 + x_2 + \cdots + x_n}{n}

It answers the question: if all the values were made equal, what would each one be?

Finding the mean

Five students scored: 72, 85, 90, 68, 95.

xห‰=72+85+90+68+955=4105=82\bar{x} = \frac{72 + 85 + 90 + 68 + 95}{5} = \frac{410}{5} = 82

The mean score is 82.

The mean can be misleading

If one value is very different from the rest โ€” an outlier โ€” the mean gets pulled toward it. Five people earn $30,000 per year; one earns $1,000,000. The mean salary is about $197,000, which doesn't represent anyone's actual income. In cases like this, the median is often more informative.

Try it

Find the mean of: 4, 7, 7, 10, 12.

Solution

xห‰=4+7+7+10+125=405=8\bar{x} = \dfrac{4 + 7 + 7 + 10 + 12}{5} = \dfrac{40}{5} = 8

Related concepts