Question 761566
The average is the sum of n numbers divided by n.  Say we have 5 numbers, 1,2,3,4,5 and we want to calculate the average
average = (1+2+3+4+5) / 5 = 15 / 5 = 3