I am trying to solve this equation: $$\log_x\left(\frac{\log_4(x)}{\log_4(x)-3}\right)^{\log_3(x)}= 2$$
I'd like some advice on what to go about it, so far I have made it into:
$$\begin{aligned}\log_3(x)\cdot\log_x\left(\frac{\log_4(x)}{\log_4(x)-3}\right)=2 \\\log_3(x)\cdot\log_x(\log_4(x))-\log_x(\log_4(x)-3)=2\end{aligned}$$
And I'm unsure how to proceed from here?
Using change of base rule:
$\log_3(x)= \frac{\log(x)}{\log(3)};$ $\log_4(x)= \frac{\log(x)}{\log(4)};$ $\log_x\left(\frac{\log_4(x)}{\log_4(x)-3}\right)=\frac{\log\left(\frac{\log_4(x)}{\log_4(x)-3}\right)}{\log(x)}$
$2= \log_x\left(\frac{\log_4(x)}{\log_4(x)-3}\right)^{\log_3(x)}= \log_3(x)\cdot\log_x\left(\frac{\log_4(x)}{\log_4(x)-3}\right)= $ $\begin{aligned}= \frac{\log\left(\frac{\log(x)}{\log(4)\left(\frac{\log(x)}{\log(4)}-3\right)}\right)}{\log(x)} \frac{\log(x)}{\log(3)}&=2\\ \implies \log\left(\frac{\log(x)}{\log(4)\left(\frac{\log(x)}{\log(4)}-3\right)}\right)&=2 \log(3)=\log(9)\end{aligned}$
Then $\frac{\log(x)}{\log(4)\left(\frac{\log(x)}{\log(4)}-3\right)}=9.$
Now, isolate $\log(x)$ and solve for $x$.