If you know that $\log_{ab}(b) = k$, calculate $\log_{a}(ab)$.
Last time I was asked two times about this problem. $a,b$ was given, constant, such that $a,b \in \mathbb{Z} \wedge a,b > 1 \wedge \gcd(a,b) = 1$. What is strategy to solving this problem?
In fact it was a little bit harder - numbers occurred at different powers, eg. $\log_{25}50$, when $\log_{10}64 = k$, but it doesn't change a lot and this topic is about strategy to solve similar problem.
As someone asked again (example) I was a little bit confused, because problem is easy, and I thought, I should make some .pdf, but maybe it helps someone here. Alternative solutions are welcome.
If you know that $\log_{ab}(b) = k$
then $b= (ab)^k=a^k b^k$ and $b^{1-k}=a^k $, so $b=a^{k/(1-k)}$ and $\log_{a}(b)=\frac{k}{1-k}$
leading to $\log_{a}(ab) = \log_{a}(a) + \log_{a}(b) = 1+\frac{k}{1-k}=\dfrac{1}{1-k}$.