Friday, June 22, 2012

Solution #8

Let a = 2x - 4, and let b = 4x - 2. Then our equation can be rewritten as:

a3 + b3 = (a+b)3

Expanding the right-hand side, we have:

a3 + b3 = a3 + 3a2b + 3ab2 + b3

And hence:

3a2b + 3ab2 = 0
ab(a+b) = 0

We thus have three cases: a = 0, b = 0, a = -b.

If a = 0, then 2x = 4, and x = 2.

If b = 0, then 4x = 2, and x = 1/2. If a = -b, then 2x - 4 = 2 - 4x, or:

4x + 2x - 6 = 0

4x = (2x)2, so this factors to:

(2x + 3)(2x - 2)= 0

So 2x = -3, or 2x = 2. But 2x is never negative, so we ignore that solution. 2x yields x = 1.

The three solutions are thus 2, 1, and 1/2, and their sum is 7/2.

No comments:

Post a Comment