As the title says, why when you take a square root of both sides of the equation do you add $\pm$ only to the side which is a number, as opposed to an unknown?
For example:
$$x^2 = 9 \implies x = \pm3$$
Why isn't it like below?
$$\pm x = \pm 3$$
Thanks!
Let's write $\pm x=\pm 3$.
We have $4$ cases:
1. $x=3$
2. $x=-3$
3. $-x=3\implies x=-3$
4. $-x=-3\implies x=3$
Case 1 and case 4 are the same and case 2 and case 3 are also same. So why not just write $x=\pm3$?