How do I use Pascal's triangle to expand (3a+b)4?

1 Answer
Jul 3, 2015

Combine a row of Pascal's triangle with a list of powers of 3 to find:

(3a+b)4=81a4+108a3b+54a2b2+12ab3+b4

Explanation:

Write out the 5th row of Pascal's triangle as a sequence:

1,4,6,4,1

Write out powers of 3 from 34 down to 30 as a sequence:

81,27,9,3,1

Multiply the two sequences together to get the sequence:

81,108,54,12,1

These are the coefficients of the expansion:

(3a+b)4=81a4+108a3b+54a2b2+12ab3+b4