How to solve the following equation?
$$10x^4-7x^2(x^2+x+1)+(x^2+x+1)^2=0$$
My attempt:
$$ 10x^4 - (7x^2+1)(x^2+x+1)=0$$
Thats all i can
Update
Tried to open brakets and simplify:
$$(7x^2+1)(x^2+x+1) = 7x^4+7x^3+7x^2+x^2+x+1=7x^4+7x^3+8x^2+1 $$ $$10x^4 - (7x^2+1)(x^2+x+1)= 3x^4-7x^3-8x^2-1=0 $$
Set $t=x^2,z=x^2+x+1$.
$\Longrightarrow$
$$\begin{align}10t^2-7tz+z^2&=(2t-z)(5t-z)\\&=(2x^2-(x^2+x+1))(5x^2-(x^2+x+1))\\&=(x^2-x-1)(4x^2-x-1)\end{align}$$
$$\boxed{\color{red}{x_{1,2}=\frac{1}{2}\pm\frac{\sqrt5}{2},\;x_{3,4}=\frac{1}{8}\pm \frac{\sqrt{17}}{8}}}$$