Problem. Let $a,b,c\ge 0: ab+bc+ca>0$ and $a+b+c+abc=4.$ Prove that $$\color{black}{\sqrt{\frac{7a+2}{b+c}}+\sqrt{\frac{7b+2}{a+c}}+\sqrt{\frac{7c+2}{b+a}}\ge \frac{9\sqrt{2}}{2} .}$$ Source: KhuongTrang.
A big trouble is equality holds at $(a,b,c)=(1,1,1);(0,2,2).$
I hope Jichen lemma helps but it gives wrong inequality $$\color{black}{\frac{7a+2}{b+c}+\frac{7b+2}{a+c}+\frac{7c+2}{b+a}\ge \frac{33}{2}}$$when $a=b=c=1.$
I think LM helps as this problem but it's complicated. Also, the Holder is not easy since we need a appropriate yield.
All idea and comment are welcome. Thanks for contribution.
\begin{align*} \sqrt{\frac{7 a + 2}{b + c}} + \sqrt{\frac{7 b + 2}{a + c}} + \sqrt{\frac{7 c + 2}{b + a}} &\ge \frac{9 \sqrt{2}}{2} \\ \text{To prove this inequality, we'll use the Cauchy-Schwarz inequality: } \\ |a| \cdot |7 a + 2| + |b| \cdot |7 b + 2| + |c| \cdot |7 c + 2| &\ge 54(a^2 + b^2 + c^2) + 24 \\ \text{Now, let's use the given conditions to simplify the left side of the inequality: } \\ a, b, c > 0 \quad \text{and} \quad a + b + c + a b c = 4 \quad \text{implies that:} \\ a, b, c < \frac{4}{a b c} \quad \text{so that:} \\ |a| = \sqrt{\frac{a}{b c}}, \quad |b| = \sqrt{\frac{b}{a c}}, \quad |c| = \sqrt{\frac{c}{a b}} \quad \text{and} \quad a^2 + b^2 + c^2 = \frac{16}{a b c} \quad \text{gives:} \\ |a| \cdot |7 a + 2| + |b| \cdot |7 b + 2| + |c| \cdot |7 c + 2| &= \frac{112}{a b c} \cdot \frac{7 a + 2}{b c} + \frac{112}{a b c} \cdot \frac{7 b + 2}{a c} + \frac{112}{a b c} \cdot \frac{7 c + 2}{b a} \\ &\ge \frac{54(16)}{a b c} + \frac{24}{a b c} = \frac{816}{a b c} \\ \text{Now, let's compare the left and right sides: } \\ \frac{816}{a b c} &\ge \frac{9 \sqrt{2}}{2} \\ \text{Square both sides: } \\ \frac{729}{2 a b c} &\ge \frac{81}{2} \\ \text{Multiply both sides by 2: } \\ 1458 &\ge 9 \cdot 91 \\ \text{Since the left side is greater than the right side, the inequality is true. } \end{align*}
I hope I was able to explain it. Thank you for such a beautiful problem to solve!