I would like to know how to factor the following algebraic expressions:
- $x^6-7x^3-8$
- $4x^2+4-8x-12y-12xy$
I would like to know how to factor the following algebraic expressions:
On
for 1) we get $$x^6-7x^3-8=(x-2) (x+1) \left(x^2-x+1\right) \left(x^2+2 x+4\right)$$ since $$2^6-7\cdot 2^3-8=0$$ we can do polynomial Long Division and since $$(-1)^6-7(-1)^3-8=0$$ we have also the solution $$x=-1$$ for 2) we have $$4(x^2+1-2x-3y-3xy)=4((x-1)^2-3y(1+x))$$
For $x^6-7x^3-8$, set $t=x^3$. Then
$x^6-7x^3-8 \\=t^2-7t-8 \\=(t+1)(t-8) \\=(x^3+1)(x^3-8)\\=(x + 1) (x^2 - x + 1)(x - 2) (x^2 + 2 x + 4)$