$$2(5)^x = 3^{x+1}$$
I am trying to solve for $x$ in the above equation. Is there a way to make the bases the same to solve? Can I simplify the left side to $10^x$? I'm really not sure where to start to be honest. Here's what I've tried:
$$x\log 10 = (x+1)\log3$$
$$x = \frac{\log10}{\log3}$$
$$x = 0.477121$$
I'm not confident with the answer.. Is it correct? Any ideas?