You can put this solution on YOUR website! Solve. (Check for undefined solutions at the end)
log(x-5)= 1- log(x-2)
------------------------
Rearrange::
log(x-5) + log(x-2) = 1
------
log[(x-5)(x-2)] = 1
--------
log[x^2-7x+10] = 1
-----
x^2 -7x + 10 = 10
----
x^2-7x = 0
====
x(x-7) = 0
---
x = 0 or x = 7
-----
x= 0 is extraneous
----
Only solution:: x = 7
=========================
Cheers,
Stan H.
==============