I have a basic logarithmic equation
3^(x+1) +9^(x-1) -61236 =0
which I simplified like
(x+1)*ln(3) + (2x-2)*ln(3) = ln(61236)
and furthermore
3x-1 = ln(61233)
If you solve for $x$ you get approximately $4.00748.$ If you enter the original equation into WolframAlpha the integer solution is $6.$ The WolframAlpha Link is here.
Where is my mistake? Thank you in advance!
You make a mistake when you take logarithms.
$\log a + \log b = \log ab$ and not $\log(a+b)=\log a+\log b$