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.
- 01Sum = 85 + 90 + 78 + 92 + 88 = 433
- 02Count = 5
- 03Average = 433 / 5 = 86.6
Frequently Asked Questions
What is the difference between mean, median, and mode?
Mean is the average (sum divided by count). Median is the middle value when sorted. Mode is the most frequently occurring value.
When should I use the average?
Use the average when your data is fairly evenly distributed without extreme outliers. For skewed data, the median may be more representative.
Learn More
Guide
How to Calculate Mean, Median, and Mode - Complete Guide
Learn how to calculate mean, median, and mode with clear explanations and examples. Understand when to use each measure of central tendency.
Ready to run the numbers?
Open Average Calculator