Binomial Theorem Expansion

April 12, 2026

Problem

Expand (2x+3)⁵ using the binomial theorem with Pascal's triangle row 5.

Explanation

The Binomial Theorem

The binomial theorem expands (a+b)n(a + b)^n without multiplying it out the long way:

(a+b)n=k=0n(nk)ankbk(a + b)^n = \sum_{k=0}^{n} \binom{n}{k} a^{n-k} b^k

The coefficients (nk)\binom{n}{k} come from Pascal's triangle or the formula (nk)=n!k!(nk)!\binom{n}{k} = \frac{n!}{k!(n-k)!}.

Step-by-step: Expand (2x+3)5(2x + 3)^5

Step 1 — Identify a=2xa = 2x, b=3b = 3, n=5n = 5.

Step 2 — Get Pascal's row 5: 1,5,10,10,5,11, 5, 10, 10, 5, 1.

Step 3 — Write each term (5k)(2x)5k(3)k\binom{5}{k}(2x)^{5-k}(3)^k:

  • k=0k=0: 1(2x)530=132x51=32x51 \cdot (2x)^5 \cdot 3^0 = 1 \cdot 32x^5 \cdot 1 = 32x^5
  • k=1k=1: 5(2x)431=516x43=240x45 \cdot (2x)^4 \cdot 3^1 = 5 \cdot 16x^4 \cdot 3 = 240x^4
  • k=2k=2: 10(2x)332=108x39=720x310 \cdot (2x)^3 \cdot 3^2 = 10 \cdot 8x^3 \cdot 9 = 720x^3
  • k=3k=3: 10(2x)233=104x227=1080x210 \cdot (2x)^2 \cdot 3^3 = 10 \cdot 4x^2 \cdot 27 = 1080x^2
  • k=4k=4: 5(2x)134=52x81=810x5 \cdot (2x)^1 \cdot 3^4 = 5 \cdot 2x \cdot 81 = 810x
  • k=5k=5: 1(2x)035=11243=2431 \cdot (2x)^0 \cdot 3^5 = 1 \cdot 1 \cdot 243 = 243

Step 4 — Combine:

(2x+3)5=32x5+240x4+720x3+1080x2+810x+243(2x + 3)^5 = 32x^5 + 240x^4 + 720x^3 + 1080x^2 + 810x + 243

Step 5 — Quick check: Set x=0x = 0: (3)5=243(3)^5 = 243. Our expansion gives 243243 ✓.

Set x=1x = 1: (5)5=3125(5)^5 = 3125. Sum: 32+240+720+1080+810+243=312532 + 240 + 720 + 1080 + 810 + 243 = 3125 ✓.

Common mistakes

  • Forgetting to raise aa to a power. Each term has (2x)5k(2x)^{5-k}, NOT just x5kx^{5-k}. The coefficient 2 gets raised to a power too: (2x)4=16x4(2x)^4 = 16x^4, not 2x42x^4.
  • Using wrong Pascal's row. (a+b)5(a+b)^5 uses row 5 (6 numbers: 1,5,10,10,5,1), not row 4.

Try it in the visualization

Adjust aa, bb, nn. Pascal's triangle highlights the relevant row. Each term is computed with the coefficient bar chart showing their relative sizes.

Interactive Visualization

Parameters

2.00
3.00
5.00
Your turn

Got your own math or physics problem?

Turn any problem into an interactive visualization like this one — powered by AI, generated in seconds. Free to try, no credit card required.

Sign Up Free to Try It30 free visualizations every day
Binomial Theorem Expansion | MathSpin