Prove that for every $x$,$y$ greater than $1$: $$\log_2(x)+\log_x(y)+\log_y(8)\geq \sqrt[3]{81}$$
What I've tried has got me to:
$$\frac{\log_y(x)}{\log_y(2)}+\log_x(y)+3\log_y(2)\geq \sqrt[3]{81}$$
I didn't really get far.. I can't see where I can go from here, especially not what to do with $ \sqrt[3]{81}$.
This is taken out of the maths entry tests for TAU, so this shouldn't be too hard.
We have $$\log_2x+\log_xy+\log_y8=\frac{\log x}{\log2}+\frac{\log y}{\log x}+\frac{3\log2}{\log y}$$
and since $2,x,y>1$, we can deduce that their logarithms are non-negative, and so will their quotients.
Now use AM-GM:
$$\sqrt[3]{\frac{\log x}{\log2}\cdot\frac{\log y}{\log x}\cdot\frac{3\log2}{\log y}}\le\frac{\frac{\log x}{\log2}+\frac{\log y}{\log x}+\frac{3\log2}{\log y}}3$$ giving $$\frac{\log x}{\log2}+\frac{\log y}{\log x}+\frac{3\log2}{\log y}\ge3\sqrt[3]3=\sqrt[3]{81}$$ as required.