

How Do You Calculate the Arithmetic Mean With Examples?
The arithmetic mean is a fundamental concept in statistics and mathematics, representing the central tendency of a finite collection of real numbers. It is defined by a precise algebraic expression involving the sum and count of the dataset.
Mathematical Definition and Notation of Arithmetic Mean for a Finite Data Set
Let $x_1, x_2, \ldots, x_n$ be $n$ real numbers. The arithmetic mean, denoted as $\overline{x}$, is defined by the equation
$\displaystyle \overline{x} = \frac{x_1 + x_2 + \cdots + x_n}{n}$
Applying summation notation, the formula becomes
$\displaystyle \overline{x} = \frac{1}{n}\sum_{i=1}^{n} x_i$
Arithmetic Mean for Discrete Frequency Distributions
For a set of values $x_1, x_2, \ldots, x_k$ with corresponding frequencies $f_1, f_2, \ldots, f_k$, representing a discrete frequency distribution, the total number of observations is $N = f_1 + f_2 + \cdots + f_k$.
The arithmetic mean $\overline{x}$ in this context is computed as
$\displaystyle \overline{x} = \frac{f_1 x_1 + f_2 x_2 + \cdots + f_k x_k}{f_1 + f_2 + \cdots + f_k}$
Using the summation symbol, this can be written as
$\displaystyle \overline{x} = \frac{\sum_{i=1}^{k} f_i x_i}{\sum_{i=1}^{k} f_i}$
Calculation of Arithmetic Mean in a Continuous Frequency Distribution
For grouped (continuous) data, let the class intervals correspond to mid-values $x_1, x_2, \ldots, x_k$ and class frequencies $f_1, f_2, \ldots, f_k$. The mean is calculated by treating the mid-values as representatives of each class:
$\displaystyle \overline{x} = \frac{\sum_{i=1}^{k} f_i x_i}{\sum_{i=1}^{k} f_i}$
This approach is standard in introductory statistics and JEE preparation, as represented in both NCERT and higher academic textbooks.
Computation of Arithmetic Mean Between Two Numbers
Given two numbers $a$ and $b$, the arithmetic mean $m$ is the value such that $a$, $m$, $b$ form an arithmetic progression. This requires $m - a = b - m$.
Expanding, $m - a = b - m$.
Adding $m$ to both sides: $m - a + m = b$.
Combining $2m - a = b$.
Adding $a$ to both sides yields $2m = a + b$.
Dividing both sides by 2, $m = \dfrac{a + b}{2}$.
Difference Between Mean and Average
Stepwise Worked Example: Arithmetic Mean For Ungrouped Data
Given: The data set $12, 17, 25, 9, 14$
Step 1: Sum the values.
$12 + 17 = 29$
$29 + 25 = 54$
$54 + 9 = 63$
$63 + 14 = 77$
Step 2: Count the total number of observations.
There are $n = 5$ values.
Step 3: Divide the sum by the number of observations.
$\overline{x} = \dfrac{77}{5}$
Final result: $\overline{x} = 15.4$
Stepwise Solution: Arithmetic Mean for a Discrete Frequency Distribution
Given:
Values: $2, 3, 5, 8$
Frequencies: $4, 6, 2, 3$
Step 1: Calculate $f_i x_i$ for each $i$.
$(4 \times 2) = 8$
$(6 \times 3) = 18$
$(2 \times 5) = 10$
$(3 \times 8) = 24$
Step 2: Calculate $\sum f_i x_i$.
$8 + 18 + 10 + 24 = 60$
Step 3: Calculate $\sum f_i$.
$4 + 6 + 2 + 3 = 15$
Step 4: Find arithmetic mean.
$\overline{x} = \dfrac{60}{15} = 4$
Limitations and Sensitivity of Arithmetic Mean
The arithmetic mean is sensitive to extreme values (outliers) within the dataset. In distributions where a single value is substantially higher or lower than the rest, the arithmetic mean may not represent the central tendency effectively.
In cases involving heavily skewed data or rates (such as percentage increase or ratios), other means such as the geometric mean or harmonic mean are mathematically more appropriate, as discussed on our Difference Between Mean, Median, and Mode page.
Comparison of Arithmetic Mean and Geometric Mean
For a set of $n$ positive real numbers $x_1, x_2, \ldots, x_n$, the arithmetic mean is $\overline{x}_A = \dfrac{x_1 + x_2 + \cdots + x_n}{n}$ and the geometric mean is $G = (x_1 \cdot x_2 \cdots x_n)^{1/n}$. For all positive $x_i$, it is a standard result that $\overline{x}_A \geq G$, with equality if and only if $x_1 = x_2 = \cdots = x_n$.
For explicit examples and inequality proofs, see Algebra of Functions.
Algebraic Properties of the Arithmetic Mean
The arithmetic mean exhibits linearity: If $a$ and $b$ are constants and $x_1, x_2, \ldots, x_n$ are numbers, then the mean of the transformed set $a x_1 + b,\, a x_2 + b,\, \ldots,\, a x_n + b$ is $a\, \overline{x} + b$.
If all the values in a dataset are shifted by a constant $k$, then the mean shifts by the same constant. Similarly, if all values are multiplied by a constant $m$, the mean is multiplied by $m$.
Weighted Arithmetic Mean
When data points $x_1, x_2, \ldots, x_n$ are assigned positive real weights $w_1, w_2, \ldots, w_n$, the weighted arithmetic mean is given by
$\displaystyle \overline{x}_w = \frac{w_1 x_1 + w_2 x_2 + \cdots + w_n x_n}{w_1 + w_2 + \cdots + w_n} = \frac{\sum_{i=1}^{n} w_i x_i}{\sum_{i=1}^{n} w_i}$
Weighted means are used when observations have varying degrees of importance or reliability in the dataset.
Conclusion: Distinctive Features of Arithmetic Mean
The arithmetic mean utilises all members of the data set in its calculation, provides a reproducible value, and is compatible with algebraic operations. However, its susceptibility to outliers and its inapplicability to multiplicative or rate data require the mathematical consideration of alternative means, such as geometric or harmonic means, where appropriate.
FAQs on Understanding the Arithmetic Mean in Math
1. What is arithmetic mean?
Arithmetic mean is the sum of all values in a data set divided by the number of values.
To find the arithmetic mean:
- Add all given numbers.
- Divide the total by how many numbers there are.
2. How do you calculate the arithmetic mean of a set of numbers?
To calculate the arithmetic mean:
- Add up all the numbers in the data set.
- Divide the sum by the total count of numbers.
3. What is the formula for arithmetic mean?
The arithmetic mean formula is:
- Arithmetic Mean (AM) = (Sum of all observations) / (Total number of observations)
4. What are the properties of arithmetic mean?
The arithmetic mean has these important properties:
- It uses all data values.
- The sum of deviations from the mean is zero.
- An extreme value (outlier) affects the mean.
- It is unique for each data set.
5. Can the arithmetic mean be less than all the values in the data set?
No, the arithmetic mean will always fall between the smallest and largest values in a data set.
- If all values are equal, the mean equals each value.
- Extremely high or low values can affect the mean, but it cannot be less than the minimum value.
6. What is the difference between arithmetic mean, median, and mode?
The arithmetic mean, median, and mode are all measures of central tendency but differ:
- Arithmetic Mean: Average value of all data points.
- Median: The middle value when data is ordered.
- Mode: The value that appears most often.
7. When should the arithmetic mean not be used?
Arithmetic mean should be avoided when:
- The data set contains extreme outliers.
- The data is highly skewed.
8. How does arithmetic mean differ for grouped and ungrouped data?
For ungrouped data, the mean is found by directly averaging the listed values. For grouped data:
- Find the mid-point of each class interval (xi).
- Multiply each mid-point by its frequency (fi).
- Add all (fi × xi) products.
- Divide by the total frequency (Σfi).
9. What are some real-life applications of arithmetic mean?
The arithmetic mean is widely used in real life:
- Calculating average exam scores in schools.
- Finding average salary or income.
- Comparing product prices.
- Analyzing sports statistics (like batting average).
10. How do you solve problems based on arithmetic mean in exams?
To solve arithmetic mean problems in exams:
- Read the question carefully.
- List all the values given.
- Apply the arithmetic mean formula.
- Solve stepwise to find the answer.
11. What happens to the mean if the same number is added to each data value?
When the same value is added to each data point, the arithmetic mean increases by that value.
- This property is called the shift property of mean.
- For example, if 3 is added to each score, the mean also increases by 3.
12. Is arithmetic mean always a whole number?
No, the arithmetic mean does not have to be a whole number.
- The mean can be a fraction or decimal, depending on the data values.
- It is calculated based on the sum and count, not just the type of numbers given.































