You can put this solution on YOUR website! ln(x/3+1)+ln(1/x)=2
assuming x is positive, use logarithm product rule and we have
ln ( (x/3 + 1) * (1/x) ) = 2
ln (1/3 + 1/x ) = 2
use definition of logarithms
1/3 + 1/x = e^2
1/x = e^2 - 1/3
1/x = (3e^2 - 1) / 3
cross multiply fractions
(3e^2 - 1)*x = 3
x = 3 / (3e^2 - 1)