Average Calculator
Calculate the mean, sum, count, and other statistics for a set of numbers
Input
Average
87.6
Sum
438
Count
5
Maximum
95
Minimum
78
Formula
Average = (n1 + n2 + ... + nn) ÷ n
FAQ
What is arithmetic mean?
The arithmetic mean is the sum of a set of numbers divided by the count of numbers. It's the most commonly used measure of central tendency.
What are the limitations of averages?
averageCalc.faq2a
What's the difference between mean and median?
The mean is the sum divided by count, easily affected by outliers. The median is the middle value when sorted, better reflecting central tendency.