Library/Arithmetic/Sums and averages

Sums and averages

Practice
Overview
Important

Given nn numbers a1,a2,...,ana_1, a_2, ..., a_n, their sum is a1+a2+ext...+ana_1 + a_2 + ext{...} + a_n. Their average (arithmetic mean) is Average=a1+a2++ann\text{Average} = \frac{a_1 + a_2 + \cdots + a_n}{n}

Important properties

  • The sum is simply the total when all numbers are added together.

  • The average tells you what value each number would be if all were equal and their sum stayed the same.

  • If you know the average and the number of numbers, you can find the sum: Sum=Average×n\text{Sum} = \text{Average} \times n.

  • Adding or removing numbers changes both the sum and the average.