Coefficient of x⁵ in (1 + x)¹⁰ — Finding Specific Coefficients

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

Question

Find the coefficient of x5x^5 in the expansion of (1+x)10(1 + x)^{10}.


Solution — Step by Step

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

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

For our expansion, n=10n = 10, so:

Tr+1=(10r)xrT_{r+1} = \binom{10}{r} x^r

We need the power of xx to equal 5. From the general term, the power of xx is simply rr.

So set r=5r = 5.

Substituting r=5r = 5:

T6=(105)x5T_6 = \binom{10}{5} x^5

Now compute (105)\binom{10}{5}:

(105)=10!5!5!=10×9×8×7×65×4×3×2×1=30240120=252\binom{10}{5} = \frac{10!}{5! \cdot 5!} = \frac{10 \times 9 \times 8 \times 7 \times 6}{5 \times 4 \times 3 \times 2 \times 1} = \frac{30240}{120} = 252

The coefficient of x5x^5 in (1+x)10(1 + x)^{10} is 252.


Why This Works

Every term in a binomial expansion comes from choosing how many times we pick the xx (versus the 1) across all 10 factors. To get x5x^5, we pick xx from exactly 5 of the 10 brackets — and the number of ways to do that choosing is (105)\binom{10}{5}.

The formula Tr+1=(nr)xrT_{r+1} = \binom{n}{r} x^r packages this logic cleanly. Once you set r=r = the power you want, the coefficient falls out directly as (nr)\binom{n}{r}. No expansion needed, no guessing — just one substitution.

This is why the general term formula is the single most important tool in Binomial Theorem for exams. CBSE asks “find the coefficient of xkx^k” almost every year — this approach solves all of them in under 60 seconds.


Alternative Method

We can also use Pascal’s identity directly. The coefficients in (1+x)10(1+x)^{10} are the 10th row of Pascal’s Triangle:

1, 10, 45, 120, 210, 252, 210, 120, 45, 10, 11,\ 10,\ 45,\ 120,\ 210,\ \mathbf{252},\ 210,\ 120,\ 45,\ 10,\ 1

The coefficients of x0,x1,x2,,x10x^0, x^1, x^2, \ldots, x^{10} appear left to right. Counting to the x5x^5 position (6th entry, 0-indexed), we get 252.

For small nn (up to 10–12), Pascal’s Triangle is faster than computing (nr)\binom{n}{r} by hand. But for JEE Main where nn can be 15 or 20, always use the general term formula — don’t rely on the triangle.


Common Mistake

Students confuse the term number with the power of xx. They see T6T_6 and write “the coefficient of x6x^6” — but T6T_6 means r=5r = 5, so it gives x5x^5, not x6x^6. The subscript of TT is always one more than the power of xx. Whenever you find rr, double-check: power of xx = rr, term number = r+1r + 1.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next