Question 377744
log(x+1)-log(x+2)=log(1/x)
------------
log[(x+1)/(x+2)] = log(1/x)
------
(x+1)/(x+2) = 1/x
-----
x(x+1) = x+2
x^2+x-x-2 = 0
---
x^2-2 = 0
(x-sqrt(2))(x+sqrt(2)) = 0
-------------------
x = sqrt(2) 
====================
Cheers,
Stan H.