Question
Expand (x+2)4 using the Binomial Theorem.
Solution — Step by Step
For any (a+b)n, the expansion is:
(a+b)n=r=0∑n(rn)an−rbr
Here, a=x, b=2, and n=4. We’ll get n+1=5 terms total.
Each term is (r4)x4−r⋅2r for r=0,1,2,3,4.
Tr+1=(r4)x4−r⋅2r
List them out:
| r | (r4) | x4−r | 2r |
|---|
| 0 | 1 | x4 | 1 |
| 1 | 4 | x3 | 2 |
| 2 | 6 | x2 | 4 |
| 3 | 4 | x | 8 |
| 4 | 1 | 1 | 16 |
- r=0: 1⋅x4⋅1=x4
- r=1: 4⋅x3⋅2=8x3
- r=2: 6⋅x2⋅4=24x2
- r=3: 4⋅x⋅8=32x
- r=4: 1⋅1⋅16=16
(x+2)4=x4+8x3+24x2+32x+16
Final answer: x4+8x3+24x2+32x+16
Why This Works
The Binomial Theorem is essentially a structured way to count how many times each combination of a‘s and b‘s appears when you multiply (a+b) by itself n times. The coefficient (rn) counts the number of ways to pick r copies of b from n brackets — that’s exactly why Pascal’s triangle emerges from these coefficients.
The 2r factor is what many students forget to compute carefully. Every time b=2 appears in a term, it contributes a factor of 2, and for the r-th term, b appears r times, giving 2r.
This structure — alternating between choosing how many b‘s and what power of a remains — is what makes the theorem so predictable. Once you know n, you can write any term directly without expanding step by step.
Alternative Method
We can expand by repeated multiplication. Start with (x+2)2, then square the result.
(x+2)2=x2+4x+4
Now (x+2)4=[(x+2)2]2=(x2+4x+4)2.
Expanding (x2+4x+4)2:
=(x2)2+2(x2)(4x)+2(x2)(4)+(4x)2+2(4x)(4)+42
=x4+8x3+8x2+16x2+32x+16
=x4+8x3+24x2+32x+16
This “square the square” trick is useful for n=4 and n=6 when you want a quick check. For odd powers like n=5, you’d need (x+2)2⋅(x+2)3, which is more work — stick to the formula there.
Common Mistake
The most common error here is forgetting to raise b=2 to the power r. Students write the (r4) correctly, but treat each term as just (r4)x4−r⋅2 instead of (r4)x4−r⋅2r. This gives wrong coefficients from r=2 onward.
For example, the r=2 term becomes 6⋅x2⋅2=12x2 instead of the correct 6⋅x2⋅4=24x2. Always write br explicitly in each term before multiplying.