How do you solve x^3+x^2-16x-16=0x3+x216x16=0?

1 Answer
Sep 26, 2017

x in { -1, -4, +4}x{1,4,+4}

Explanation:

Given
color(white)("XXX")x^3+x^2-16x-16=0XXXx3+x216x16=0

By observation we can see that x=-1x=1 is an obvious solution.
That is (x+1)(x+1) is a factor of the left side of the given equation.

Using polynomial long division or synthetic division we get:
color(white)("XXX")(x+1)(x^2-16)=0XXX(x+1)(x216)=0

(x^2-16)(x216) is obviously the difference of squares with
color(white)("XXX")(x^2-16)=(x+4)(x-4)XXX(x216)=(x+4)(x4)

So we have
color(white)("XXX")(x+1)(x+4)(x-4)=0XXX(x+1)(x+4)(x4)=0
which implies
(x+1)=0color(white)("xxx")rarrcolor(white)("xxx")x=-1(x+1)=0xxxxxxx=1
or
(x+4)=0color(white)("xxx")rarrcolor(white)("xxx")x=-4(x+4)=0xxxxxxx=4
or
(x-4)=0color(white)("xxx")rarrcolor(white)("xxx")x=4(x4)=0xxxxxxx=4