Find all 3 number solutions for $x[(x-2)^2+1]=6$
I used trial and error method to find integer solutions for $x$, and found that 1 possible solution is $x=3$. However, there are 2 other non-integer solutions and I do not know how to find them.
I appreciate any help, thanks.
$$x(x^2-4x+5)=6$$
$$x^3-4x^2+5x-6=0$$
$$(x-3)(x^2-x+2)=0$$
You just have to verify the discriminant of $x^2-x+2$ is negative and conclude that there is no other real root.
If you are interested to find the other roots, you might like to use the quadratic formula to find the remaining roots.