There is an equation given:
$${\sqrt {3x-7}} + {\sqrt {2x-1}} = 0$$
Solving it algebraically:
$${(\sqrt {3x-7})^2} + {(\sqrt {2x-1})^2} = 0$$ $$ 3x-7 + 2x-1 = 0 $$ $$ 5x = 8 $$ $$ x = \frac{8}{5} $$
But doing it $${\sqrt {3x-7}} = {-\sqrt {2x-1}}$$ $${(\sqrt {3x-7})^2} = {(-\sqrt {2x-1})^2}$$ $$ 3x-7 = 2x-1 $$ $$ x = 6 $$
Both answer don't satisfy the given equation. I was told that you can't add two principle root's and expect to get a value zero, therefore there's no solution. But is that conclusion right?