There is a hint in the question, use the factorization of $x^5+x+1$.
2026-04-04 20:05:42.1775333142
On
On
How to evaluate $x^6+x^4+x^3+x^2+1=0$?
163 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
4
There are 4 best solutions below
2
On
How about first multiplying by $(x-1)$ ?
$$(x-1)(x^6+x^4+x^3+x^2+1)= x^7-x^6+x^5 - x^2+x-1= (x^2-x+1)(x^5-1)$$ and carry on from there?
Added: Not sure if worth mentioning, but doing the same on $x^5+x+1$ requires an extra little trick: $$ (x-1)(x^5+x+1)= x^6-x^5 (+x^3 - x^3) +x^2-1=(x^3-x^2+1)(x^3-1)$$
2
On
Divide by $x^3$ and remember that $$ x^3+\frac{1}{x^3}=\left(x+\frac{1}{x}\right)^3-3\left(x+\frac{1}{x}\right) $$ so the equation becomes $$ \left(x+\frac{1}{x}\right)^3-3\left(x+\frac{1}{x}\right) +\left(x+\frac{1}{x}\right)+1=0 $$ Set $t=x+1/x$ and you get $$ t^3-2t+1=0 $$ Can you go on? Note that $t=1$ is a solution.
Here is a better hint:
$$x^6+x^4+x^3+x^2+1=(x^4+x^3+x^2+x+1)(x^2-x+1)$$