The Binomial Theorem states that for any positive integer n:
(a+b)n=∑r=0n(rn)an−rbr
where (rn)=r!(n−r)!n! is the binomial coefficient.
The general term ((r+1)-th term) in the expansion of (a+b)n is:
Tr+1=(rn)an−rbr
Expand (x+2)4 using the Binomial Theorem.
Using (a+b)n with a=x, b=2, n=4:
(x+2)4=(04)x4(2)0+(14)x3(2)1+(24)x2(2)2+(34)x1(2)3+(44)x0(2)4
=1⋅x4+4⋅2x3+6⋅4x2+4⋅8x+1⋅16
=x4+8x3+24x2+32x+16
- The Binomial Theorem applies when n∈N (positive integers).
- The expansion of (a+b)n has exactly n+1 terms.
- Binomial coefficients (rn) are symmetric: (rn)=(n−rn).
- The sum of all binomial coefficients equals 2n: r=0∑n(rn)=2n.