Binomial Theorem: Speed-Solving Techniques (6)

hard 2 min read

Question

Find the coefficient of x7x^7 in the expansion of (2+3x)10(2 + 3x)^{10}.

Solution — Step by Step

(a+b)n(a + b)^n has general term Tr+1=(nr)anrbrT_{r+1} = \binom{n}{r} a^{n-r} b^{r}.

Here a=2a = 2, b=3xb = 3x, n=10n = 10. So:

Tr+1=(10r)(2)10r(3x)r=(10r)210r3rxrT_{r+1} = \binom{10}{r} (2)^{10-r} (3x)^{r} = \binom{10}{r} 2^{10-r} 3^r x^r

We want x7x^7, so r=7r = 7.

Coefficient =(107)210737=(107)2337= \binom{10}{7} 2^{10-7} 3^7 = \binom{10}{7} 2^3 \cdot 3^7.

(107)=(103)=120\binom{10}{7} = \binom{10}{3} = 120.

23=82^3 = 8. 37=21873^7 = 2187.

Coefficient =120×8×2187=960×2187=2,099,520= 120 \times 8 \times 2187 = 960 \times 2187 = 2{,}099{,}520.

Final answer: Coefficient of x7=2,099,520x^7 = 2{,}099{,}520.

Why This Works

The binomial theorem hands you the structure: every term in (a+b)n(a+b)^n has the form (nr)anrbr\binom{n}{r} a^{n-r} b^r. The exponent of bb is rr. Match the power of the variable to rr, then plug in.

For (2+3x)10(2 + 3x)^{10}, the xrx^r coefficient picks up factors 210r2^{10-r}, 3r3^r, and (10r)\binom{10}{r}. Speed comes from skipping intermediate steps once you’ve memorised the pattern.

Alternative Method (Speed)

Mental shortcut: “coefficient of x7x^7 = (107)2337\binom{10}{7} \cdot 2^3 \cdot 3^7”. Directly write this without listing terms. Then compute (107)=120\binom{10}{7} = 120 and the powers. The answer falls out in 30 seconds.

For (α+βx)n(\alpha + \beta x)^n, coefficient of xrx^r = (nr)αnrβr\binom{n}{r} \alpha^{n-r} \beta^r. Memorise this shape — it covers 90%90\% of JEE Main binomial questions.

Common Mistake

Mixing up which variable is which. (2+3x)10(2 + 3x)^{10} has a=2a = 2 (constant), b=3xb = 3x. Some students write a=2xa = 2x by accident and get (107)(2x)3(3)7\binom{10}{7} (2x)^3 (3)^7, which is wrong.

Forgetting to raise the coefficient of xx to the power rr. The factor of 3r3^r is essential — students sometimes write (107)233x7\binom{10}{7} \cdot 2^3 \cdot 3 \cdot x^7, missing six factors of 3.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next