How do you simplify (a+4b-3c)^3?

2 Answers
Jul 27, 2015

a^3 + 12 a^2 b + 48 a b^2 + 64 b^3 - 9 a^2 c - 72 a b c - 144 b^2 c + 27 a c^2 + 108 b c^2 - 27 c^3

Explanation:

Take it step-by-step, using the fact that when you multiply one polynomial times another, each of the terms in the first one needs to get multiplied one time by each of the terms in the second one (this follows from the distributive property).

So, first we compute (a+4b-3c)^2:

(a+4b-3c)^2=(a+4b-3c)*(a+4b-3c)

=a^2+4ab-3ac+4ab+16b^2-12bc-3ac-12bc+9c^2

Combine like terms to get:

(a+4b-3c)^2=a^2+16b^2+9c^2+8ab-6ac-24bc

Now

(a+4b-3c)^3=(a+4b-3c)*(a^2+16b^2+9c^2+8ab-6ac-24bc)

=a^3+16ab^2+9ac^2+8a^2b-6a^2c-24abc+4a^2b+64b^3+36bc^2+32ab^2-24abc-96b^2c-3a^2c-48b^2c-27c^3-24abc+18ac^2+72bc^2

=a^3 + 12 a^2 b + 48 a b^2 + 64 b^3 - 9 a^2 c - 72 a b c - 144 b^2 c + 27 a c^2 + 108 b c^2 - 27 c^3

Jul 27, 2015

Look at general case (A+B+C)^3 which is easier to handle, then substitute A=a, B=4b and C=-3c to find:

(a+4b-3c)^3

=a^3+64b^3-27c^3+12a^2b-144b^2c+27c^2a-9a^2c+48b^2a+108c^2b-72abc

Explanation:

Consider the general case of the cube of a trinomial:

(A+B+C)^3 = (A+B+C)(A+B+C)(A+B+C)

This is easier to solve than our original problem because it is symmetrical in A, B and C.

The only way we can get a multiple of A^3 is by picking the A from each of the three trinomials. This can only be done in one way, so the coefficient of A^3 is 1. Similarly, the coefficient of B^3 and C^3 must be 1.

We can get a multiple of A^2B by picking one of the 3 trinomials to take our B from then take A from the other two. Since we can arrive at A^2B in 3 ways, that is the coefficient of A^2B, B^2C, C^2A, A^2C, B^2A and C^2B.

We can get a multiple of ABC by picking one of the 3 trinomials to take A from, then one of the 2 remaining trinomials to take B from, leaving us with one trinomial to take C from. So there are a total of 3 xx 2 = 6 ways to do this.

So:
(A+B+C)^3
= A^3+B^3+C^3+3A^2B+3B^2C+3C^2A+3A^2C+3B^2A+3C^2B+6ABC

Now let A=a, B=4b and C=-3c to find:

(a+4b-3c)^3

=(A+B+C)^3

= A^3+B^3+C^3+3A^2B+3B^2C+3C^2A+3A^2C+3B^2A+3C^2B+6ABC

=a^3+64b^3-27c^3+12a^2b-144b^2c+27c^2a-9a^2c+48b^2a+108c^2b-72abc