Solve for $x$
$$ \log_3(3x + 2) = \log_9(4x + 5) $$
I changed the bases of the logs
$$ \frac {\log_{10}(3x + 2)} {\log_{10}(3)} = \frac {\log_{10}(4x + 5)} {\log_{10}(9)} $$
Now I'm stuck, I don't know how to eliminate the logs.
On WolframAlpha I've seen that $\dfrac {\log_{10}(3x + 2)} {\log_{10}(3)} = 0$ gives $ x = -\frac{1}{3}$.
Do you know how does this equation and the equation above can be solved?
Thanks in advance, first question here :D
EDIT: You all solved the first equation, but I still don't understand how to solve the second one (the one solved by WolframAlpha).
$$\log_3(3x + 2) = \log_9(4x + 5)$$ Convert the RHS to base $3$ to get $$\log_3 (3x+2) = \frac{\log_3 (4x+5)}{\log_3 3^2}$$
So that you get $$2\log_3 (3x+2) = \log_3 (4x+5)$$
The power law for logarithms yields $$\log_3 (3x+2)^2 = \log_3 (4x+5)$$
Now, "cancelling out the logarithms" gives you $$\bbox[10px, border:solid blue 1px]{(3x+2)^2 = 4x+5}$$ which is an easy quadratic to solve.