I need help solving this logarithm exercise:
$$15^{\log_5(3)}\cdot x^{\log_5(9x)+1}=1$$
What I've done is re-writing the equation
$$\Rightarrow \qquad 5^{\log_5(3)}\cdot 3^{\log_5(3)}\cdot x^{\log_5(9x)+1}=1 \tag{1}$$
Then applying logarithms on both sides
$$\Rightarrow \qquad \log_5(3^{\log_5(3)}\cdot5^{\log_5(3)}\cdot x^{log_5(9x)+1})=\log_5(1) \tag{2}$$
re-writing the equation a little bit
$$\Rightarrow \qquad \log_53+\log_53^{\log_5(3)}+\log_5x^{\log_5(9x)+1}=\log_55 \tag{3}$$
But then I'm not entirely sure how to proceed
I use the change of base to get in terms of $e$ and $\ln$ and make this much easier.
$$\log_a b=\frac{\ln b}{\ln a} \text{ and } p^q=e^{q\ln p}$$
We get: $\log_5 3=\frac{\ln 3}{\ln 5}$, $\log_5(9x+1)=\frac{\ln(9x+1)}{\ln 5}$ and reduce our equation to:
$$e^{\frac{\ln(15)\ln(3)+\ln(x)\ln(9x+1)}{\ln 5}}=1$$
So we solve:
$$\frac{\ln(15)\ln(3)+\ln(x)\ln(9x+1)}{\ln 5}=0$$