You can put this solution on YOUR website! solve for x: the square root of x + 7 = x - 5.
-----
sqrt(x+7) = x-5
---
Square both sides to get:
---
x+7 = x^2-10x+25
---
Simplify:
x^2 -11x + 18 = 0
---
(x-9)(x-2) = 0
----
x = 9 or x = 2
======================
Check for extraneous roots:
sqrt(9+7) = 9-5
true
----
sqrt(2+7) = 2-5
false, therefore x=2 is extraneous
=====================
Solution: x = 9
===========================
Cheers,
Stan H.