Binomial Theorem: Diagram-Based Questions (7)

easy 2 min read

Question

Find the coefficient of x7x^7 in the expansion of (2x3/x)11(2x - 3/x)^{11}.

Solution — Step by Step

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

Here a=2xa = 2x, b=3/xb = -3/x, n=11n = 11:

Tr+1=(11r)(2x)11r(3/x)rT_{r+1} = \binom{11}{r}(2x)^{11-r}(-3/x)^r.

(2x)11r=211rx11r(2x)^{11-r} = 2^{11-r} x^{11-r}.

(3/x)r=(3)rxr(-3/x)^r = (-3)^r x^{-r}.

So Tr+1=(11r)211r(3)rx11rr=(11r)211r(3)rx112rT_{r+1} = \binom{11}{r} 2^{11-r} (-3)^r x^{11-r-r} = \binom{11}{r} 2^{11-r} (-3)^r x^{11-2r}.

112r=7    r=211 - 2r = 7 \implies r = 2.

T3=(112)29(3)2x7T_3 = \binom{11}{2} \cdot 2^{9} \cdot (-3)^2 \cdot x^7.

(112)=55\binom{11}{2} = 55. 29=5122^9 = 512. (3)2=9(-3)^2 = 9.

Coefficient = 55×512×9=55×4608=253,44055 \times 512 \times 9 = 55 \times 4608 = 253{,}440.

Final answer: Coefficient of x7x^7 is 253,440\boxed{\mathbf{253{,}440}}.

Why This Works

The general term technique handles any “find the coefficient of xkx^k” problem in a binomial expansion. The strategy is always:

  1. Write Tr+1T_{r+1} in terms of rr.
  2. Set the exponent of xx equal to the target.
  3. Solve for rr (must be a non-negative integer n\le n).
  4. Plug back to get the coefficient.

If rr comes out non-integer, the term doesn’t exist — coefficient is zero.

Alternative Method

We could expand a few terms manually, but with n=11n = 11, this is impractical. The general-term shortcut is the only reasonable approach.

Common Mistake

The classic slip: forgetting the negative sign in b=3/xb = -3/x. Students write b=3/xb = 3/x and miss the (1)r(-1)^r factor. Here r=2r = 2 is even, so the sign happens to be positive — but for rr odd (e.g., coefficient of x9x^9 would have r=1r = 1), the sign would matter and you’d get a wrong answer.

Also, watch the exponent algebra: x11r/xr=x112rx^{11-r}/x^r = x^{11-2r}, not x11rrx^{11-r-r} written wrong as x11r/rx^{11-r/r}.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next