answersLogoWhite

0

The average of a sequence of numbers is equal to

Average(x1, ... , xi) = Sum(n, i = 1)[xi]/n

Example: Find the average of 5, 6, 8, 12, 15, and 29.

Average = Sum[5, 6, 8, 12, 15, 29]/6

Average = (5+6+8+12+15+29)/6

Average = 11

User Avatar

Wiki User

13y ago

What else can I help you with?