You can put this solution on YOUR website! log(x+3)-log(x-3)=log(x-1)
--------------
log[(x+3)/(x-3)] = log(x-1)
----
Take the anti-log of both sides to get:
(x+3)/(x-3) = x-1
----
Cross-multiply:
x+3 = x^2-4x+3
----
x^2 -5x = 0
Factor:
x(x-5) = 0
x = 0 or x = 5
-------------------
Cheers,
Stan H.
====================