Make Math Work
Average

Usage: Average Number_1, Number_2, ... Number_n

The Average command will compute the average, or arithmetic mean, of two or more numbers.

The numbers in the list are added and the sum divided by the count of the numbers in the list. For example, Average 2, 4, 6
adds 2, 4, and 6 for a sum of 12 and then divides this sum by 3, since there are three numbers in the list following the command Average.

Enter the numbers to be averaged by separating them with commas, for example, Average 5, 7, 9.

Examples:
Average 1, 2, 3 returns 2.
Average 1.5, 2.55, 3 returns 2.35.
Average 3/2, 2.55, 3, 105 returns 28.0125.


 Try It   
 Enter numbers separated by commas: