Average Calculator

This online average calculator can be used to calculate the average value of given set of data. Just enter the series of numbers separated by comma (eg : 1, 5, 3, 8, 9) in the respective field.



<iframe src="https://calculatorhub.org/?cff-form=54" style="width:100%;height:100%;"></iframe>

The average can be defined as the ratio of sum of the series of numbers to the total numbers.

For E.g : The average of series of numbers : 1, 4, 8, 5, 9 will be (1+4+8+5+9)/5 = 27/5 = 5.4.

Average is a word that encompasses the three statistical notions of mean, median, and mode. The mean is also known as the arithmetic mean, and it is occasionally wrongly referred to as the average.

Calculator Use

  • Simply enter the values in the first field to determine the average of a set of data.
  • It is important to note that each number should be separated by a comma (1, 4, 9, 3, 7, 5).
  • Within a fraction of a second after inputting all of the values, the average of them will be displayed underneath the first box.

Average Formula

The formula to calculate the average of a data set is mentioned below.

average calculator formula

How to Calculate Average

Finding the average value of a set of data is one of the most basic mathematical operations. It is not necessary to explain how to calculate the average of a group of numbers to those who have attended school. But, just in case you forgot, we’re here to refresh your memory.

Explaination with Example

We will explain you hoe to find out the average of series of numbers with a very simple example.

Example : Find the average of given set of data – (1, 6, 9, 3, 6, 4, 2).

Solution :

Data set : 1, 6, 9, 3, 6, 4, 2
Total numbers in data set : 7

using the average formula,

Average = (sum of all numbers in data set / total numbers in data set)
Average = (1 + 6 + 9 + 3 + 6 + 4 + 2) / 7
Average = 31 / 7
Average = 4.4286