How do I find the cube of #(4 x - 5b)#?

1 Answer
Sep 18, 2014

I use Pascal's Triangle to expand binomials when I don't want to do the Distributive Property over and over again.
The pattern looks like:
Google image search

The row we need for cubing is 1, 3, 3, 1.
Use those as the coefficients for each term, and descend the powers of 4x as you ascend the powers of -5b:

#1(4x)^3+3(4x)^2(-5b)+3(4x)(-5b)^2+1(-5b)^3#

Now, follow the order of operations by completing the exponents first:

#1(64x^3) + 3(16x^2)(-5b)+3(4x)(25b^2)+1(-125b^3)#

And last, some multiplications:

#64x^3-240x^2b+300xb^2-125b^3#

Phew!