Having trouble solving this simple logarithm problem:
$$\log_3(x^3) - 4\log_9(x) - 5\log_{27}(x^{1/2}) = \log_9(4)$$
I’ve been stuck as I when I solve it I get an answer of $2$, when the actual solution seems to be $x=64$?
Whilst editing and trying to explain my working I found the error I did. Solution: $$ \begin{align} \log_3(x^3) - 4\log_9(x) - 5\log_{27}(x^{1/2}) = \log_9(4)& \\ \log_3(x^3) - {\log_3{x^4}}/{\log_3(9)} - {\log_3(x^{1/2})^5}/{\log_3(27)} = {\log_3(4)}/{\log_3(9)}& \\ \log_3(x^3) - {\log_3{x^4}}/{2} - {\log_3(x^{1/2})^5}/{3} = {2\log_3(2)}/{2}& \\ 6\log_3(x^3)/{6} - {3\log_3{x^4}}/{6} - {2\log_3(x^{1/2})^5}/{6} = {\log_3(2)}& \\ 6\log_3(x^3) - {3\log_3{x^4}} - {2\log_3(x^{1/2})^5} = {\log_3(64)}& \\ \log_3(x^3)^6 - {\log_3(x^4)^3} - {\log_3(x^{1/2})^{10}} = {\log_3(64)}& \\ \log_3(x^6)- {\log_3(x^{5})} = {\log_3(64)}& \\ \log_3{x}= {\log_3(64)}& \end{align} $$ And since $\log_c(a) = \log_c(b)$, $a=b$, the solution is
$$x=64$$
Apologies if there is a nicer solution, I tried my best!