In short
In the expansion of (a + b)^n with positive a, b, the terms first increase in absolute value and then decrease (or stay equal at most once). To find the greatest term, compute the ratio T_{r+2}/T_{r+1} and find the value of r at which the terms switch from increasing to decreasing. If \frac{(n-r)\,b}{(r+1)\,a} is exactly 1 for some integer r, two consecutive terms tie for the greatest.
A factory owner in Surat invests ₹10,000 at 8% annual compound interest. After 12 years, the amount is 10{,}000 \times (1.08)^{12}. The binomial theorem expands (1 + 0.08)^{12} into 13 terms. If you wanted a quick estimate of (1.08)^{12}, you would add the few largest terms and ignore the rest. But which terms are the largest? Is it the first term (1)? The second (12 \times 0.08 = 0.96)? The third (\binom{12}{2}(0.08)^2 = 0.4224)?
The terms rise, hit a peak, and then fall. The question "which term is the greatest?" is not just a textbook exercise — it tells you where most of the value of the expansion is concentrated.
The ratio test for consecutive terms
Take the expansion of (a + b)^n where a > 0 and b > 0. The (r+1)-th term is:
The next term is:
Divide the (r+2)-th term by the (r+1)-th:
The ratio of consecutive binomial coefficients is:
So:
This ratio is a decreasing function of r: as r grows, the numerator (n - r)b shrinks and the denominator (r + 1)a grows. So the ratio starts above 1 (terms increasing), eventually crosses 1, and then stays below 1 (terms decreasing). The term just before the crossover — or the pair of terms at the crossover — is the greatest.
The method
Finding the greatest term in $(a + b)^n$ (with $a, b > 0$)
Set the ratio \frac{T_{r+2}}{T_{r+1}} \geq 1:
Solve for r:
Let m = \frac{(n+1)\,b}{a+b}.
- If m is not an integer, the greatest term is T_{r+1} where r = \lfloor m \rfloor (the floor of m). There is exactly one greatest term.
- If m is an integer, then T_m = T_{m+1} — two consecutive terms are equal, and both are the greatest.
The quantity m = \frac{(n+1)b}{a+b} is the key number. Compute it, and the answer follows immediately.
Why the terms rise and then fall
Think of it this way. In the expansion of (1 + x)^n with x > 0, the r-th term is \binom{n}{r}x^r. Moving from T_{r+1} to T_{r+2}, you multiply by \frac{(n-r)x}{r+1}. Early on, when r is small, n - r is large and r + 1 is small, so this multiplier is big — the terms grow. As r increases, n - r shrinks and r + 1 grows, so the multiplier drops below 1 and the terms start falling. The terms form a single peak — they never go up again after they start coming down.
In this example, (1 + 2)^8 has m = \frac{9 \times 2}{1 + 2} = 6, which is an integer. So T_6 = T_7 = 1792, and both are the greatest term. You can verify: T_6 = \binom{8}{5} \cdot 1^3 \cdot 2^5 = 56 \cdot 32 = 1792, and T_7 = \binom{8}{6} \cdot 1^2 \cdot 2^6 = 28 \cdot 64 = 1792.
Interactive: watch the peak shift
Drag the red point to change x in (1 + x)^{10}. The bars show the value of each term \binom{10}{r}x^r. As x grows, the peak shifts to the right — later terms become dominant.
Two worked examples
Example 1: Find the greatest term in the expansion of $(3 + 2x)^9$ when $x = 1$
Step 1. Substitute x = 1 to get numerical values. The expansion is (3 + 2)^9 = 5^9, with the general term T_{r+1} = \binom{9}{r} \cdot 3^{9-r} \cdot 2^r.
Why: the greatest term question is about the absolute numerical values, so you need to fix x first. Here a = 3 and b = 2.
Step 2. Compute m = \frac{(n+1)b}{a+b} = \frac{10 \times 2}{3 + 2} = \frac{20}{5} = 4.
Why: m is the key number that determines the answer. You need (n+1) = 10, b = 2, and a + b = 5.
Step 3. Since m = 4 is an integer, two consecutive terms tie: T_4 and T_5 are both the greatest.
Why: when m is an integer, the ratio T_{r+2}/T_{r+1} equals exactly 1 at r = m - 1 = 3, meaning T_4 = T_5 (using the ratio). So neither is strictly bigger than the other.
Step 4. Verify by computing both terms.
T_4 = \binom{9}{3} \cdot 3^6 \cdot 2^3 = 84 \times 729 \times 8 = 489{,}888
T_5 = \binom{9}{4} \cdot 3^5 \cdot 2^4 = 126 \times 243 \times 16 = 489{,}888
Both are equal — confirmed.
Result. The greatest term in (3 + 2)^9 is T_4 = T_5 = 489{,}888.
The integer value of m is the signal for a tie. If m had been, say, 4.3, then only T_5 (corresponding to r = \lfloor 4.3 \rfloor = 4) would have been the unique greatest term.
Example 2: Find the greatest term in the expansion of $(2 + 3x)^{10}$ when $x = \frac{2}{3}$
Step 1. Substitute x = \frac{2}{3}. The expansion becomes (2 + 3 \cdot \frac{2}{3})^{10} = (2 + 2)^{10} = 4^{10}, with a = 2 and b = 3x = 2.
Why: b is the second term of the binomial, which is 3x. Plugging in x = 2/3 makes b = 2. Now a = 2 and b = 2, so the two parts of the binomial are equal.
Step 2. Compute m = \frac{(n+1)b}{a+b} = \frac{11 \times 2}{2 + 2} = \frac{22}{4} = 5.5.
Why: m is not an integer, so there will be a unique greatest term.
Step 3. Since m = 5.5 is not an integer, \lfloor m \rfloor = 5, and the greatest term is T_{5+1} = T_6.
Why: the floor of m gives the value of r at the peak. The term index is r + 1 = 6.
Step 4. Compute T_6.
T_6 = \binom{10}{5} \cdot 2^5 \cdot 2^5 = 252 \times 32 \times 32 = 258{,}048
Result. The greatest term is T_6 = 258{,}048.
Notice that a = b = 2 here, and both neighbors T_5 and T_7 are equal (215{,}040). When a = b, the distribution of terms is symmetric, and the greatest term sits right at the middle — which for even n is the middle term T_{n/2 + 1}, and for odd n the two middle terms both tie.
When the binomial has negative terms
If the expansion involves negative terms — say (a - b)^n with a, b > 0 — the terms alternate in sign. The concept of "greatest term" then refers to the greatest term in absolute value. Replace b with |b| everywhere in the formula, find the greatest |T_{r+1}|, and then attach the correct sign.
For (3 - 2)^9, the terms in absolute value are the same as those of (3 + 2)^9 — the same m = 4, the same two greatest terms. The only difference is that some terms carry a negative sign.
Common confusions
-
"The greatest term means the greatest coefficient." The greatest coefficient and the greatest term are different questions. The greatest coefficient is the largest \binom{n}{r} (which is always the middle binomial coefficient), while the greatest term includes the powers of a and b as well. In (1 + 10)^5, the greatest coefficient is \binom{5}{2} = \binom{5}{3} = 10, but the greatest term is T_5 = \binom{5}{4} \cdot 10^4 = 50{,}000 — not the same position at all.
-
"I should compute all terms and compare." For small n that works, but for n = 50 you would be computing 51 terms. The ratio method gives you the answer from a single division.
-
"The greatest term is always the middle term." Only when a = b. When a \neq b, the peak shifts toward whichever side has the larger value. If b \gg a, the peak shifts toward the later terms (large r). If a \gg b, it shifts toward the early terms (small r).
-
"m must be a term index." The quantity m = \frac{(n+1)b}{a+b} can be any positive real number. It is not necessarily an integer, and it is not directly a term index — you take its floor and add 1 to get the term index.
Going deeper
If you can compute m = \frac{(n+1)b}{a+b}, decide whether it is an integer, and read off the greatest term, you have the full technique. The ideas below are for readers who want to see the algebra behind the method and its connection to probability.
Proof that the terms form a single peak
The ratio \frac{T_{r+2}}{T_{r+1}} = \frac{(n-r)b}{(r+1)a} is a strictly decreasing function of r (for r = 0, 1, \ldots, n-1). At r = 0, the ratio is \frac{nb}{a}, which is at least 1 when b \geq a/n (true for most practical expansions). At r = n - 1, the ratio is \frac{b}{na}, which is less than 1 when a > b/n. Since the ratio decreases continuously and crosses 1 at most once, the sequence T_1, T_2, \ldots, T_{n+1} is unimodal — it increases, possibly has a flat top (two equal terms), and then decreases.
Connection to the mode of the binomial distribution
In probability, if you perform n independent trials each with success probability p = \frac{b}{a+b}, the probability of exactly r successes is \binom{n}{r} p^r (1-p)^{n-r}. The most probable number of successes — the mode — is the r that maximizes this expression. This is exactly the same optimization problem as finding the greatest term in (a + b)^n (after dividing by (a+b)^n). The formula m = (n+1)p for the mode of the binomial distribution is the probabilistic version of the m = \frac{(n+1)b}{a+b} formula derived here.
Greatest term for large n
When n is large, the greatest term is approximately at r \approx \frac{nb}{a+b}. The term values near this peak are well-approximated by a Gaussian (bell) curve — this is the content of the normal approximation to the binomial distribution, and it explains why the bar chart of terms looks increasingly bell-shaped as n grows.
Where this leads next
- Binomial Theorem for Positive Integer — the theorem itself: the statement, the proof, and the general term formula that this article builds on.
- General and Middle Terms — finding specific terms, the middle term, the term independent of x, and the greatest coefficient (different from the greatest term).
- Binomial Theorem — Applications — using the binomial expansion for remainders, approximations, and divisibility proofs.
- Binomial Coefficients — properties of \binom{n}{r}: the sum 2^n, the alternating sum, and coefficient identities.
- Quadratic Inequalities — inequality techniques that sometimes appear when solving \frac{(n-r)b}{(r+1)a} \geq 1 for r.