How can I prove that, if $x,y,z>0$ and $xyz=1$, then
$$2(x^2+y^2+z^2)+9\geq 5(x+y+z)$$
I used the famous inequality
$$x^2+y^2+z^2+3\geq 2(x+y+z)$$
I got $$2(x^2+y^2+z^2)+9\geq 4(x+y+z)+3\geq 5(x+y+z)$$
But, the last inequality gives $x+y+z\leq3$ which is not correct.
See the post by @arqady here: https://artofproblemsolving.com/community/c6h1293235p6852442
It's a pretty nice solution, so I'll copy it over here:
We prove the stronger inequality $$xyz+2(x^2+y^2+z^2)+8\ge 5(x+y+z)$$ WLOG suppose $(x-1)(y-1)\ge 0\implies xy\ge x+y-1\implies xyz\ge xz+yz-z$. Then we want to show that (by simply plugging in this inequality to the original one) $$2z^2+(x+y-6)z+2x^2+2y^2-5x-5y+8\geq0$$ Let $x+y=2t$. Using the well-known and easy to prove inequality $2(x^2+y^2)\ge (x+y)^2$, it remains to show that $$z^2+z(t-3)+2t^2-5t+4\ge 0$$ It suffices to show that $$(t-3)^2\le 4(2t^2-5t+4)$$ Upon expansion and simplification, this is equivalent to $(t-1)^2\ge 0$, which is true.