To get the mean (average) of a body of values, you first get the sum of all values, then divide by the number of values,
ie. if my values are:
1,6,8,2 = 17
17/4 = 4.25
Therefore, my average is 4.25