In short
The arithmetic mean (AM) of two numbers a and b is \dfrac{a + b}{2} — the single number that sits exactly midway between them on the number line. More generally, inserting n arithmetic means between a and b creates an arithmetic progression of n + 2 terms, with common difference d = \dfrac{b - a}{n + 1}. The AM is always at least as large as the geometric mean of the same numbers — a fact that powers one of the deepest inequalities in mathematics.
A cricket team scores 246 in the first innings and 310 in the second. The commentator says the team's "average score" is 278. Where does that 278 come from? It is \dfrac{246 + 310}{2}, the number that is exactly as far above 246 as it is below 310. On a number line, 278 sits at the midpoint of the segment from 246 to 310 — a perfect balance point. If you replaced both scores with 278, the total would stay the same: 278 + 278 = 556 = 246 + 310.
That balance-point idea is the arithmetic mean. It is one of the oldest and most useful ideas in mathematics — and it connects directly to the arithmetic progressions you already know, because the AM of two numbers is nothing other than the middle term of a three-term AP.
The AM of two numbers
Take two numbers a and b. Their arithmetic mean is
Three things to notice right away.
The AM is the midpoint. On the number line, A sits at the exact centre of the segment from a to b. The distance from a to A equals the distance from A to b, and both equal \dfrac{b - a}{2}.
The AM preserves the total. Replacing both numbers with their mean does not change the sum: A + A = a + b. This is the "fair share" interpretation — if two people have a and b rupees and they pool their money and split it equally, each gets A.
The AM makes a three-term AP. The sequence a,\; A,\; b is an arithmetic progression with common difference d = A - a = \dfrac{b - a}{2}. So "the AM of two numbers" and "the middle term of a three-term AP" are two names for the same thing.
Arithmetic Mean of two numbers
For any two real numbers a and b, the arithmetic mean is
The three numbers a, A, b form an arithmetic progression.
For the cricket example: a = 246, b = 310, and the AM is \dfrac{246 + 310}{2} = \dfrac{556}{2} = 278. The sequence 246, 278, 310 is an AP with common difference 32.
Inserting n arithmetic means
The idea extends naturally. Instead of one mean between a and b, you can insert n arithmetic means — creating an AP of n + 2 terms that starts at a and ends at b.
Take a = 3 and b = 27 with n = 3 means. You need a total of 3 + 2 = 5 terms: a,\; A_1,\; A_2,\; A_3,\; b. Since the five terms form an AP, the common difference is
So the three inserted means are:
and the full AP is 3,\; 9,\; 15,\; 21,\; 27.
The general formula: to insert n arithmetic means between a and b, the common difference of the resulting AP is
and the k-th inserted mean (for k = 1, 2, \dots, n) is
The logic is clean. You have n + 2 terms in total (the two endpoints plus the n means), so there are n + 1 gaps between consecutive terms. Since the total span is b - a, each gap must be \dfrac{b - a}{n + 1}.
The sum of n arithmetic means
Here is a useful property. The sum of all n inserted means equals n times the simple AM of a and b:
The proof uses the AP sum formula. The n + 2 terms form an AP with first term a and last term b, so their sum is \dfrac{(n + 2)(a + b)}{2}. Subtract the two endpoints to get the sum of the n means:
which is indeed n \cdot \dfrac{a + b}{2}.
Properties of the arithmetic mean
The AM has several properties that make it a natural "centre" for a set of numbers.
Property 1: The AM lies between the extremes. For any two numbers a \leq b, the AM satisfies a \leq \dfrac{a + b}{2} \leq b. The mean never falls outside the range of its inputs.
Property 2: Equal deviations. The sum of the deviations from the mean is zero. For two numbers:
This extends to any number of values. If x_1, x_2, \dots, x_n have mean \bar{x} = \dfrac{x_1 + x_2 + \cdots + x_n}{n}, then
The positive deviations (values above the mean) exactly cancel the negative deviations (values below). This is what "balance point" means quantitatively.
Property 3: The AM of an AP is the middle term. In any AP with an odd number of terms, the arithmetic mean of all the terms equals the middle term. In an AP with an even number of terms, it equals the average of the two middle terms. This follows from the symmetry of an AP around its centre.
Property 4: Changing one value. If one of n values increases by c, the mean increases by \dfrac{c}{n}. The change in the mean is always a scaled-down version of the change in the data. This is because the mean distributes any change evenly across all values.
The AM for more than two numbers
The cricket commentator uses the AM of two innings. But a batsman's "batting average" over an entire season uses the same idea with more numbers. If the scores are x_1, x_2, \dots, x_n, the arithmetic mean is
The formula says: add everything up, then divide by the count. All the properties above — balance point, equal deviations, preserving the total — carry over unchanged.
Two worked examples
Example 1: Find 4 arithmetic means between 8 and 33
The problem asks for a sequence 8,\; A_1,\; A_2,\; A_3,\; A_4,\; 33 — six terms forming an AP.
Step 1. Count the gaps. There are 4 + 2 = 6 terms, so 6 - 1 = 5 gaps.
Why: n arithmetic means between two endpoints create n + 2 terms total, and an AP of n + 2 terms has n + 1 gaps.
Step 2. Find the common difference.
Why: the total span b - a = 25 must be divided equally among the 5 gaps.
Step 3. List the means.
Why: each mean is a + kd for k = 1, 2, 3, 4.
Step 4. Verify: the full sequence is 8, 13, 18, 23, 28, 33. Each consecutive difference is 5, and the last term is 33. Also check the sum property: 13 + 18 + 23 + 28 = 82, and 4 \times \dfrac{8 + 33}{2} = 4 \times 20.5 = 82. Confirmed.
Result: The four arithmetic means are 13, 18, 23, 28.
Example 2: The mean of five observations is 12. If one observation valued 20 is removed, find the new mean.
This is a "change in the mean" problem. Instead of inserting means into an AP, you are working with a data set and using the total-preserving property.
Step 1. Find the total of the five observations.
Why: the mean is the total divided by the count. Multiplying the mean by the count recovers the total.
Step 2. Remove the observation valued 20.
Why: removing one value subtracts it from the total.
Step 3. Find the new count and the new mean.
Why: four values remain, and their total is 40.
Step 4. Check the logic. The removed observation (20) was above the original mean (12), so removing it should pull the mean down — and indeed the new mean (10) is lower than the old mean (12). The direction makes sense.
Result: The new mean is 10.
Common confusions
-
"The AM is always one of the numbers in the set." Rarely. The AM of 3 and 8 is 5.5, which is not 3 or 8. The mean is a balance point; it only happens to be a member of the set in special cases (like the middle term of an odd-length AP).
-
"Inserting more arithmetic means changes the endpoints." Never. The endpoints a and b stay fixed. What changes is the number of equally spaced steps between them. More means means a smaller common difference, but the first and last terms are always a and b.
-
"The AM of a and b is always between a and b." True for two numbers, and worth remembering. The AM of any set of numbers always lies between the smallest and the largest value in the set.
-
"n arithmetic means between a and b means the common difference is \dfrac{b - a}{n}." A common exam error. There are n + 1 gaps, not n. The denominator is n + 1.
-
"The AM is the same as the median." Not in general. For the set \{1, 2, 100\}, the median is 2 but the AM is \dfrac{103}{3} \approx 34.3. The AM and median coincide for symmetric distributions (like an AP), but they can differ drastically when the data is skewed.
Going deeper
If you came here to learn what the arithmetic mean is, how to insert means, and how the properties work, you have it. The rest of this section is for readers who want to see how the AM connects to deeper ideas — the AM-GM inequality, weighted means, and why the AM minimises a specific measure of spread.
The AM-GM inequality
Take two positive numbers a and b. Their arithmetic mean is \dfrac{a + b}{2}. Their geometric mean is \sqrt{ab}. The AM-GM inequality says:
with equality if and only if a = b.
The proof for two numbers is short. Start from the fact that any real square is non-negative:
Expand:
Rearrange:
Equality holds precisely when \sqrt{a} = \sqrt{b}, that is, when a = b. The AM always sits at or above the GM, and it touches the GM only when both numbers are equal. The article on AM-GM-HM Inequality develops this into a chain of inequalities linking three different means.
Weighted arithmetic mean
In a class of 30 students, 20 score an average of 70 marks and 10 score an average of 90 marks. The overall class average is not \dfrac{70 + 90}{2} = 80 — it is the weighted average:
The group with more students pulls the mean closer to its score. The formula is
where w_i are the weights (here, the group sizes). The ordinary AM is the special case where all weights are equal.
The AM minimises sum of squared deviations
Here is a fact that explains why the arithmetic mean shows up everywhere in statistics. Among all possible choices of a single number c, the value that minimises
is exactly c = \bar{x}, the arithmetic mean. The AM is the number that is, on average, closest to every value in the data set — "closest" in the sense of minimising the sum of squared distances. This is the mathematical reason the AM is the default "centre" in statistics, and it connects directly to the idea of variance and standard deviation.
Where this leads next
The arithmetic mean is one of three classical means. The other two — geometric and harmonic — measure centrality in different ways, and the relationship among all three is one of the cornerstones of inequality theory.
- Arithmetic Progression — the sequence whose consecutive differences are constant, and whose middle term is the AM of its endpoints.
- Sum of Arithmetic Progression — the formula S_n = \dfrac{n}{2}(a + l) that powered the sum-of-means proof above.
- Geometric Mean — the multiplicative counterpart of the AM, where the "balance point" is found by multiplying instead of adding.
- Harmonic Mean — the third classical mean, natural for averaging rates and reciprocals.
- AM-GM-HM Inequality — the chain \text{HM} \leq \text{GM} \leq \text{AM}, with equality only when all values are equal.