Solve $2x^2-3\sqrt{2x^2-7x+7}=7x-3$
$\Rightarrow (2x^2-7x)-3\sqrt{2x^2-7x+7}=-3$
Let $\sqrt{2x^2-7x+7}=y$ so that $2x^2-7x+7=y^2$,
$\Rightarrow (y^2-7)-3y=-3$ or $y^2-3y-4=0$
So $y=4$ or $y=-1$
$\sqrt{2x^2-7x+7}=4$ or $\sqrt{2x^2-7x+7}=-1$
$2x^2-7x+7=16$ or $2x^2-7x+7=1$
$x=\dfrac{2}{9}, -1$ or $x=2, \dfrac{3}{2}$
My question: If I take $x=2$ and plug it in $2x^2-3\sqrt{2x^2-7x+7}=7x-3$, the equality does not hold. So is this a valid solution or not?