Find the Middle Term of (1 + x)²⁰

easy CBSE JEE-MAIN CBSE 2024 Board Exam 3 min read

Question

Find the middle term in the expansion of (1+x)20(1 + x)^{20}.


Solution — Step by Step

Here n=20n = 20, which is even. For an even nn, there is exactly one middle term, and it sits at position n2+1\dfrac{n}{2} + 1.

So the middle term is the (202+1)=11\left(\dfrac{20}{2} + 1\right) = 11th term.

The general term of (1+x)n(1 + x)^n is:

Tr+1=(nr)xrT_{r+1} = \binom{n}{r} \cdot x^r

We need T11T_{11}, which means r+1=11r + 1 = 11, so r=10r = 10.

T11=(2010)x10T_{11} = \binom{20}{10} \cdot x^{10}

Now compute (2010)\binom{20}{10}:

(2010)=20!10!10!=184756\binom{20}{10} = \frac{20!}{10! \cdot 10!} = 184756

So the middle term is 184756x10\mathbf{184756 \cdot x^{10}}.


Why This Works

The expansion of (1+x)n(1+x)^n has n+1n+1 terms total. When nn is even, n+1n+1 is odd, so there’s a clean central term — the (n2+1)\left(\frac{n}{2}+1\right)th one.

Think of it symmetrically: the coefficients form Pascal’s triangle, which is symmetric about the centre. For n=20n = 20, we have 21 terms, and the 11th sits exactly at the centre. The coefficient (2010)\binom{20}{10} is also the largest in the entire expansion — you can verify this since (20k)\binom{20}{k} is maximised at k=10k = 10.

The formula Tr+1=(nr)xrT_{r+1} = \binom{n}{r} x^r works because we’re choosing which rr of the 20 brackets contribute an xx (and the remaining 20r20 - r brackets contribute 1). For the middle term, exactly half the brackets contribute xx.


Alternative Method

For competition speed, memorise this directly: middle term of (1+x)2m(1+x)^{2m} is always (2mm)xm\binom{2m}{m} x^m. Here 2m=202m = 20, so m=10m = 10, giving (2010)x10\binom{20}{10} x^{10} instantly — no setup needed.

With (a+b)n(a + b)^n in general, the middle term formula extends to Tr+1=(nr)anrbrT_{r+1} = \binom{n}{r} a^{n-r} b^r. Since our base is (1+x)20(1+x)^{20}, we have a=1a = 1 and b=xb = x, so anr=110=1a^{n-r} = 1^{10} = 1 drops out cleanly. That’s why the answer looks simpler than the general case.


Common Mistake

Many students write the middle term as the n2\frac{n}{2}th term (i.e., the 10th term here) instead of the (n2+1)\left(\frac{n}{2}+1\right)th. This gives T10=(209)x9T_{10} = \binom{20}{9} x^9, which is wrong. The confusion happens because rr in Tr+1T_{r+1} starts from 0, not 1. Always count: (1+x)20(1+x)^{20} has 21 terms, numbered T1T_1 through T21T_{21}, and the middle one is T11T_{11}.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next