Given: $\sqrt{110-n} = n$
It follows that:
$110 - n = n^2$
$n^2 + n - 110 = 0$
$(n + 11)(n - 10)=0$
If $n = 10$, $\sqrt{110 - 10} = \sqrt{100} = 10$, it checks out.
If $n = -11$, $\sqrt{110 - (-11)} = \sqrt{121} = 11$, it doesn't
However!
I thought that $\sqrt{x}$ gives you two possible numbers, $+\sqrt{x}$ and $-\sqrt{x}$, so in the example above, $\sqrt{121} = -11$ is a valid root.
Can someone explain what's going on here? Why aren't they both valid?