Learn how to calculate the arithmetic mean (average) in 2 steps: add all values, divide by count. With 30 practice problems and mean vs median vs mode comparison.
Mean = sum of all values ÷ count. For 4,7,13,2,9: sum=35, count=5. Mean=35÷5=7. The mean should always fall between the minimum and maximum values.
| Measure | Best for | Avoid when |
|---|---|---|
| Mean | Symmetric data, test scores | Outliers present (salaries) |
| Median | Skewed data, income | Need exact mathematical average |
| Mode | Categories, sizes, surveys | All values are unique |
Exam 60% weight (score 75), homework 40% weight (score 90): mean=0.6×75+0.4×90=45+36=81. Not all averages are simple means.
5 people earn $20k each and 1 earns $200k. Mean=$53.3k — nobody earns that! Median=$20k is much more representative.
Yes. 1,2,3 has mean 2. But 1,2,4 has mean 7/3=2.333... The mean doesn't have to be one of the data values.
They're the same thing. 'Average' is the everyday word; 'mean' (specifically 'arithmetic mean') is the mathematical term. Both = sum÷count.
If you add k to every value, the mean also increases by k. If you multiply all values by k, the mean also multiplies by k.