Consider the equation $x-1=0$. The obvious solution is $x=1$. However, what is stopping us from creating more solutions by multiplying both sides by arbitrary values? For example:
$$ \begin{align} x-1 & = 0 \\ x\cdot(x-1) &= 0\cdot x \\ x\cdot(x-1) &= 0 \end{align} $$
If we substitute $x=0$ into this equation now, it gives us a solution. But 0 is not a solution to $x-1=0$. Does multiplying both sides by $x$ imply that there is a restriction $x\neq0$ or something? Why?
We could(?) go further with this, for example, multiply by $(x-2)$ giving $(x-2)(x-1)=0$, meaning $x=2$ is now an (incorrect) solution.