Question 864871
logBasec(x-1)-logBasea(x+6)=logBasea(x-2)-logBasea(x+3) 
----------
loga(x-1) - loga(x+6) = loga(x-2)-loga(x+3)
-----
(x-1)/(x+6) = (x-2)/(x+3)
Cross-multiply to get:
(x-1)(x+3) = (x+6)(x-2)
x^2 + 2x -3 = x^2 + 4x - 12
----------------------------------
2x-3 = 4x-12
2x = 9
x = 9/2
-----------------
Cheers,
Stan H.
------------------