Understanding Average Calculator
The average (arithmetic mean) is the sum of all values divided by how many values there are. It represents the 'central' or 'typical' value of a dataset and is the most widely used statistical measure in everyday life.
When to Use Average — and When Not To
The arithmetic mean is powerful but has one important weakness: it is sensitive to outliers (extreme values). When outliers exist, the median may be a better measure of central tendency.
| Situation | Best Measure | Why |
|---|---|---|
| Test scores (similar values) | Mean (average) | All values clustered — mean is representative |
| Salary data (few very high earners) | Median | Outliers inflate mean — median is fairer |
| Most popular shoe size | Mode | Categorical data — mean isn't meaningful |
| Investment returns over time | Geometric mean | Multiplicative growth — geometric is accurate |
Average Calculation Examples
Example 1: Student Grades
Scores: 72, 85, 90, 68, 95, 78, 82
Average = 570 ÷ 7 = 81.43 (B grade)
Example 2: Daily Temperatures
Temperatures (°C): 18, 21, 25, 23, 19, 16, 20
Average = 142 ÷ 7 = 20.29°C
Example 3: Monthly Sales (with outlier)
Sales ($): 5000, 5200, 4800, 5100, 52000 (unusually high month)
Median = $5,100 (more representative)
Weighted Average
When some values are more important than others, use a weighted average. Each value is multiplied by its weight before summing.
Example — GPA Calculation:
| Subject | Grade Points | Credit Hours | Points × Credits |
|---|---|---|---|
| Math | 4.0 | 3 | 12.0 |
| English | 3.5 | 4 | 14.0 |
| Science | 3.0 | 3 | 9.0 |
| Total | — | 10 | 35.0 |