Question 1130036
sqrt(2x-5)=x-4 
----
Square both sides to get:
2x-5 = x^2-8x+16
----
Rearrange::
x^2 - 10x + 21 = 0
--------
Factor::
(x-3)(x-7) = 0
----
Check for extraneous answers::
x = 3 ?
sqrt(2*3-5) = 3-4
sqrt(1) = -1 (x = 3 is extraneous)
---------------
x = 7 ?
sqrt(2*7-5) = 7-4
sqrt(9) = 3 (x = 7 is a solution)
------------
Cheers,
Stan H.
-----------