You can put this solution on YOUR website! how do you solve logarithmic equation log(x+9)= 1 - log x
-----
log(x+9)+log(x) = 1
----
log[x(x+9)] = 1
x^2+9x = 10
x^2 + 9x - 10 = 0
(x+10)(x-1) = 0
Positive solution:
x = 1
============
Cheers,
Stan H.
=============