You can know the average of a number list, just count the length and choose the items to get the average.
Average = (x+y+...) / the length of the list