Here's my question and my approach in latex since I can't type in mathjax.
Show that for all positive real numbers $a, b, $ and $c:$ $$a \sqrt{bc} + b \sqrt{ca} + c \sqrt{ab} \leq \frac{1}{3}(a + b + c)^2$$ My approach: We know that $(a-\sqrt{bc})^2 + (b-\sqrt{ca})^2 + (c-\sqrt{ab})^2 \geq 0$. Then $a^2 + b^2 + c^2 + ab + ca + bc \geq 2a\sqrt{bc} + 2b\sqrt{ca} + 2c\sqrt{ab}$. Pretty close but I have no clue how to continue the proof.