For example:
$a^2 = b^2 + c^2$ with $a, b$ and $c$ are real numbers.
- $a = \sqrt{b^2 + c^2}$
- $a = ±\sqrt{b^2 + c^2}$
Should the answer be 1 or 2?
I know this sounds obvious, but I ask because in the event that we remove the square root sign from $\sqrt(b^2 + c^2)$, we would need to use an absolute value sign anyways, so putting $±$ here seems to neglect the purpose of absolute value when taking variable out of square root.
The use of variables is not the key issue here, but it is correct (in this instance) to use the $\pm$.
The reason is that $\sqrt{x^2} = |x|$, with this being $+x$ or $-x$, depending on the value of $x$.
Equivalently, squaring $x$ and $-x$ both give $x^2$, so if we're trying to solve an equation for all possible values, we need to account for differences in signs.
Hence, whether we have variables like in
$$y = x^2 \implies \sqrt y = |x| \text{ or rather } x = \pm \sqrt y$$
or with numbers, as in
$$x^2 = 4 \implies |x| = \sqrt 4 \text{ or equivalently } x = \pm 2$$
we will be dealing with the $\pm$.
My guess is you're somewhat getting wires crossed with the fact that $\sqrt x$ is always nonnegative, i.e. $\sqrt 4 = 2$ but not $-2$ nor $\pm 2$.
That arises from the definition of the square root function, and is an aspect moreso of computation, rather than solving equations. (That is, when solving equations and taking square roots, you may end up needing to include a $\pm$ to account for all possible solutions, whereas when just calculating the root itself, you always take the nonnegative root.)