I'm solving the following GRE problem: Solve $4x^2=-16x$
Method 1: I simply divide both sides by $4x$ :$$x=-4$$
Method 2: I solve by factoring:$$4x^2+16x=0$$
$$4x(x+4)=0$$ $$x=-4, x=0$$
Using method 1, I did not get $x=0$ as a solution. Is method 1 wrong? If so, why?
Your first method is not wrong, but notice that you can only divide by $4x$ if $x\neq0$.
If $x=0$, then it is already a solution, and this is how you can add $x=0$ as a solution in the first method as well.