I am trying to proof the following expression (without a calculator of course).
$\log_{12}{18}\times\log_{24}{54} + 5(\log_{12}{18}-\log_{24}{54})=1$
I know this isn't a difficult task but it's just killing me. I have tried many things, among which was base transformation to 12 and expressing every logarithm in terms of $\log_{12}{3}$ and $\log_{12}{2}$ but every time I try to do it, I mess up something. I don't know if my concentration is terrible or I'm doing something wrong.
Thanks ;) ( if there are more levels to this task, I'd like a hint, not a complete solution)
Let $\log_{12}18=a, \, \log_{24}54=b$. So you want to prove that $\color{red}{ab+5(a-b)=1}$.
Then you get $12^a=18$ and $24^b=54$. Now factor everything in powers of $2$ and $3$ to get $$2^{2a-1}=3^{2-a} \qquad 2^{3b-1}=3^{3-b}.$$ From this taking $\log$ base $2$ you will get: $$2a-1 = (2-a)\log_23 \qquad 3b-1 = (3-b)\log_23.$$ Furthermore you get $$\frac{2a-1}{2-a}=\frac{3b-1}{3-b}.$$ Now simplify this and see you will get the expression written on the first line.