Fórmula média aritmética
x = (a+b+c)/amount
To get the arithmetic mean, divide
the amount of numbers, by it's sum.
Example:
numbers: 3, 24, 9, 12
sum = 3+24+9+12
length = 4
answer = sum/length = 12
BrainzDev