You can put this solution on YOUR website! solve the equation:
square root of(5-x)=x-3
------------------------------
sqrt(5-x) = x-3
Square both sides to get:
5-x = x^2-6x+9
x^2-5x+4 = 0
Factor:
(x-4)(x-1) = 0
x = 4 or x = 1
---------------------
Check in the original equation:
If x=4 you get: sqrt(1) = 4-3 which is correct.
-------
If x=1 you get sqrt(4) = 1-3 which is not correct.
-----------
Solution: x = 4
========================
Cheers,
Stan H.