Suppose I am trying to solve the equation $49r^2=9r$. I would go about solving it like this:
$$49r^2=9r$$ $$49r^2-9r=0$$ $$\frac{49r^2-9r}{r}=\frac{0}{r}=0$$ $$49r-9=0$$ $$49r=9$$ $$r=\frac{9}{49}$$
But the problem is, $0$ is also a solution. How can I solve this equation in a way that doesn't ignore the solution $0$? Or is this something that I just have to look out for when solving equations?