The resolution of an equation is asking for a necessary and sufficient condition, or if you prefer, the explicit enumeration of the solutions.
You can present the steps the way you like, but the conclusion will be like the example below:
$$x^2-3x+2=0\iff x=1\lor x=2.$$
Sometimes you are asked to find some solution. Then you establish a sufficient condition.
$$x=1\implies x^2-3x+2=0.$$
Questions that require a necessary condition seem less frequent. For instance
$$x^2-3x+2=0\implies x\in[1,2].$$
If in the process of resolution you introduce alien solutions, you need to eliminate them after the fact.
E.g.
$$\sqrt x=2\to(\sqrt x)^2=4\to x=4\to x=\pm 2$$
but $\sqrt{-2}$ does not exist.