If $\log _b a\cdot\log_c a +\log _a b\cdot\log_c b+\log _a c\cdot\log_b c=3$ and $a,b,c$ are different positive real numbers not equal to 1, then find the value of $abc$.
I tried to simplify this by different methods like using the identity $\log_b a=\frac{1}{\log_a b}$, but I couldn't get anywhere. Addition, subraction can't be used. I am not able to figure out a way to simplify the LHS. It would be great if someone could help me to proceed with this problem.
We can write $\log_{b}a = \frac{\log a}{\log b}$ and similarly $\log_{c}a = \frac{\log a}{\log c}$. Expanding like this, we have, $$\log_ba\log_ca + \log_ab\log_cb + \log_ac\log_bc =3$$ $$\Rightarrow \frac{(\log a)^2}{\log b\log c} + \frac{(\log b)^2}{\log a\log c} + \frac{(\log c)^2}{\log a\log b} =3$$ $$\Rightarrow \frac{(\log a)^3 + (\log b)^3 + (\log c)^3}{\log a\log b\log c} =3$$ $$\Rightarrow (\log a)^3 + (\log b)^3 + (\log c)^3 = 3\log a\log b\log c...(1)$$ Let $\log a =x, \log b=y, \log c =z$. Then equation $(1)$ transforms to $$x^3+y^3+z^3 = 3xyz \Leftrightarrow x+y+z=0$$ Then, $$\log a+\log b+\log c=0$$ $$\Rightarrow \log abc =0$$ $$\Rightarrow abc =10^0=1$$ Hope it helps.