Average Calculator Formula
Understand the math behind the average calculator. Each variable explained with a worked example.
Formulas Used
Average
average = (a + b + c + d + e) / 5Sum
sum = a + b + c + d + eCount
count = 5Variables
| Variable | Description | Default |
|---|---|---|
a | Value 1 | 85 |
b | Value 2 | 90 |
c | Value 3 | 78 |
d | Value 4 | 92 |
e | Value 5 | 88 |
How It Works
How to Calculate an Average
Formula
Average = Sum of Values / Number of Values
Also called the arithmetic mean. Add up all the numbers and divide by how many numbers there are.
Worked Example
Find the average of 85, 90, 78, 92, and 88.
a = 85b = 90c = 78d = 92e = 88
- 01Sum = 85 + 90 + 78 + 92 + 88 = 433
- 02Count = 5
- 03Average = 433 / 5 = 86.6
Ready to run the numbers?
Open Average Calculator