A
binomial has the form
(a+b)n. When
n is a
positive integer, it can be expanded according to this formula:
(a+b)n=(0n)anb0+(1n)an−1b1+(2n)an−2b2+...+(n−1n)a1bn−1+(nn)anb0
Pascal's Triangle
The coefficients of the binomial expansion form a pattern known as Pascal's Triangle. (The first row is the 0th row.)
For example, the 4th row of the triangle shows the coefficients for the expansion of
(a+b)4.
For high powers of
n, it is quicker to use the
nCr method for finding the coefficients, because it takes a while to write out Pascal's Triangle.
Uses of the binomial expansion
The binomial expansion can be used for approximations and calculating binomial probabilities.
Binomial expansion
(a+b)n=(0n)anb0+(1n)an−1b1+(2n)an−2b2+...+(n−1n)a1bn−1+(nn)anb0
3