a To expand the given , we should recall the . It states that for every positive n, we can expand the expression (a+b)n by using the numbers in the nth row of .
(a+b)n=P0anb0+P1an−1b1+⋮+Pn−1a1bn−1+Pna0bn
In the above formula,
P0, P1, …, Pn are the numbers in the
nth row of Pascal's Triangle.
RowPascal’s Triangle01234511151413101261310141511
Note that each number greater than
1 found in the triangle is the sum of the two numbers diagonally above it. Now consider the given binomial.
(a+b)4
We can substitute the first term for
a and the second term for
b using the Binomial Theorem equation and the coefficients from Pascal's Triangle.
(a+b)n=P0anb0+P1an−1b1+⋯+Pn−1a1bn−1+Pna0bn
|
(a+b)4=1a4b0+4a3b1+6a2b2+4a1b3+1a0b4
|
Finally, let's simplify the expression.
1a4b0+4a3b1+6a2b2+4a1b3+1a0b4
1a4(1)+4a3b1+6a2b2+4a1b3+1(1)b4
1a4(1)+4a3b+6a2b2+4ab3+1(1)b4
a4+4a3b+6a2b2+4ab3+b4