I just got this problem, but I have no idea on how to prove that.
Prove that if $x,y,z\in\mathbb{R},\ x,y,z\ge 0$ and $2\cdot(x\cdot z+x\cdot y+y\cdot z)+3\cdot x\cdot y\cdot z = 9$, then $(\sqrt x + \sqrt y + \sqrt z )^4 \ge 72$. This is a geometric inequality.
Can anyone help me, please? Any kind of help (solutions, hints etc) is really appreciated. Thank you!
NOTE: I REALLY DON'T KNOW WHAT TITLE SHOULD I WRITE FOR THIS POST, SO PLEASE LEAVE A COMMENT IF YOU HAVE AN IDEA FOR THE POST TITLE. THANK YOU.
Here is an attempt (I think in the good direction, thus a hint, as you wish it) to solve the problem, by putting it in a more tractable form with the elementary symmetrical polynomials in 3 variables, thanks to a change of variables.
Again, let us make it clear : it is not a solution (but I still work on it !).
Let us write the condition and the targetted constraint in order that the text is self-contained:
$$2(xz+xy+yz)+3xyz=9 \ \ \ (1)$$
and
$$(\sqrt x + \sqrt y + \sqrt z )^4 \ge 72 \ \ \ (2)$$
or by considering power 4 as two successive squarings:
$$(x+y+z+2(\sqrt{yz}+\sqrt{zx}+\sqrt{xy}))^2 \geq 72$$
Let us make the change of variables :
$$a=\sqrt{yz}, \ \ b=\sqrt{xz}, \ \ c=\sqrt{xy} \ \ (3)$$
the reciprocal formulas being (due to the assumed strict positivity of $x,y,z$):
$$x=\dfrac{bc}{a}, y=\dfrac{ca}{b}, z=\dfrac{ab}{c} \ \ \ (4) $$
Formula (1) becomes
$$2(a^2+b^2+c^2)+3abc=9 \ \ \ (1')$$
or
$$2(a+b+c)^2-4(ab+bc+ca)+3abc=9 \ \ \ (1'')$$
and constraint to be established becomes:
$$((x+y+z)+2(a+b+c))^2 \geq 72 \ \ \ (2')$$
But, using (4),
$$x+y+z=\dfrac{(bc)^2+(ca)^2+(ab)^2}{abc}=\dfrac{(bc+ca+ab)^2-2abc(a+b+c)}{abc} \ \ \ (5)$$
Plugging (5) in (3'), one gets, for the constraint to be established:
$$\left(\dfrac{(bc+ca+ab)^2}{abc}\right)^2 \geq 72 \ \ \ (2'')$$
Thus, setting
$$\begin{cases}s_1&=&a+b+c\\s_2&=&ab+ac+bc\\s_3&=&abc\\\end{cases}$$
Thus, the simplified problem is as follows :
Show that, under the condition (1'')
$$2s_1^2-4s_2+3s_3=9$$
(and knowing that all these quantities are positive) we are due to have (2''), i.e.,
$$s_2^4 \leq 72 s_3^2$$
Here, I am a little stucked... Newton identities (https://en.wikipedia.org/wiki/Newton%27s_identities) might may be of some help ?