In my textbook, I came across this interesting question which I am currently struggling to solve:
If $\log_6 2 = a$ and $\log_5 3 = b$, express $\log_5 2$ in terms of a and b
The solution given is $\frac{ab}{1-a}$ but I do not know the working behind this. What is it?
I find exponentials easier to deal with than logs.
The first log equation says that $2=6^a$, and the second says that $3=5^b$.
Rewrite $2=6^a$ as $2=2^a\cdot 3^a$, and then as $2=2^a(5^b)^a$. We obtain the equation $$2=2^a\cdot 5^{ab}.$$ This can be rewritten as $$2^{1-a}=5^{ab}.$$ Taking logs to the base $5$,we get $(1-a)\log_5 2=ab$. Since $a\ne 1$, the result follows.