How do you use pascals triangle to expand (d - 5)^6(d5)6?

1 Answer
Dec 30, 2015

Combine the row of Pascal's triangle that starts with 1, 61,6 with a sequence of powers of 55 to find:

(d-5)^6 = d^6-30d^5+375d^4-2500d^3+9375d^2-18750d+15625(d5)6=d630d5+375d42500d3+9375d218750d+15625

Explanation:

enter image source here

Write out Pascal's triangle as far as the row that begins 11, 66,...

Write out this row on its own:

11, 66, 1515, 2020, 1515, 66, 11

Write out ascending powers of -55 from (-5)^0(5)0 to (-5)^6(5)6:

11, -55, 2525, -125125, 625625, -31253125, 1562515625

Multiply these two sequences together:

11, -3030, 375375, -25002500, 93759375, -1875018750, 1562515625

These are the coefficients we need for our binomial expansion:

(d-5)^6 = d^6-30d^5+375d^4-2500d^3+9375d^2-18750d+15625(d5)6=d630d5+375d42500d3+9375d218750d+15625

In general:

(a+b)^n = sum_(k=0)^n ((n), (k)) a^(n-k) b^k

where ((n), (k)) = (n!)/(k! (n-k)!) is the binomial coefficient.

If you look at the way Pascal's triangle is constructed, with each number being the sum of the two numbers above it, you find that each number is equal to the number of ways that you can reach it starting from the top of the triangle and stepping to the left or right on your way down.

This corresponds to the number of ways that you can choose left and right terms to get a particular power of a and b when multiplying out:

(a+b)^n = stackrel "n times" overbrace((a+b)(a+b)...(a+b))