when solving $x^6=x^4$ the correct points of intersection occur when solving in this manner:
$x^4(x^2-1)=0, \Rightarrow x=0, x=\pm 1$
So, then why does attempting to solve the same problem via this way:
$x^6=x^4$ then dividing $x^4$ from both sides $\Rightarrow x^2=1 \Rightarrow x=\pm 1$ yield the wrong answer? The algebraic move was valid is it not?