Enter a set of numbers to calculate their average.
The arithmetic mean, commonly referred to as the average, is one of the most frequently used measures of central tendency. It provides a way to describe the central value of a dataset by dividing the sum of all data points by the total number of data points. The formula is: \( A = \frac{\sum_{i=1}^{n} x_i}{n} \) Where: \( n \) is the total number of data points, \( x_i \) represents each individual data point.
Steps:
Solution:
1. Calculate the sum:
\( 20 + 21 + 22 + 23 + 24 + 25 + 26 + 27 + 28 + 29 + 30 = 275 \)
2. Arithmetic Mean:
\( A = \frac{275}{11} = 25 \)
Solution:
1. Calculate the sum:
\( 1 + 5 + 10 + 15 + 20 = 51 \)
2. Arithmetic Mean:
\( A = \frac{51}{5} = 10.2 \)