Try to reduce the degree of the polynomial $$P(x)=x^6+x^5+x^4-2x^3-x^2+1$$ by algebraic ways and find the possible solution method to $P(x)=0$.
The source of the problem comes from a non-english algebra precalculus workbook. It is a workbook for those who want to be more interested in mathematics.
WolframAlpha couldn't solve the polynomial in exact form. Only approximate solutions are possible.
Rational root theorem shows that there are no rational roots. So, first method failed.
But, I tried different ways.
$$\frac {P(x)}{x^2}=x^3+x^2+x-2-\frac 1x+\frac 1{x^3}=\bigg(x^3+\frac 1{x^3}\bigg)+\bigg(x+\frac 1x\bigg)+x^2-2=0$$
or
$$\frac {P(x)}{x^2}=x^4+x^3+x^2-2x-1+\frac {1}{x^2}=\bigg(x^2+\frac 1{x^2}\bigg)+(x^4+x^3-2x-1)$$
I think that the trick $x+\frac 1x=t$ doesn't work here.
At the end I tried factoring the Polynomial but here are $2$ possibilities to do it
$$P(x)=(x^2+ax+b)(x^4+cx^2+dx+e)$$
or
$$P(x)=(x^3+ax^2+bx+c) (x^3+dx^2+ex+f)$$
But which of these methods will work, it is not clear.