© 2026 AI Questions. All rights reserved.
Generated by Ask AI Questions
To find the average (also called the mean), you add up all the numbers, then divide by how many numbers there are.
The formula:
Average = (Sum of all values) ÷ (Number of values)
Worked example: Find the average of 4, 8, 15, and 13.
So the average is 10.
Another example — test scores of 85, 90, and 95:
Average vs. median vs. mode: "Average" usually means the mean, but there are three related measures:
Why it matters: The mean can be skewed by outliers. For example, in the set 1, 2, 3, 100, the mean is 26.5 — which doesn't represent most of the data well. In cases like that, the median (2.5) gives a better sense of the typical value.
Quick tip: In a spreadsheet like Excel or Google Sheets, use =AVERAGE(A1:A10) to calculate it automatically.