Problem. Let $a,b,c\ge 0: a+b+c+abc=4.$ Find minimal value of $P$ $$P=\frac{\sqrt{a+1}+\sqrt{b+1}+\sqrt{c+1}}{\sqrt{ab+bc+ca+6}}.$$ Source: Vo Quoc Ba Can.
My attempt:
Set $$P(a,b,c)=\frac{\sqrt{a+1}+\sqrt{b+1}+\sqrt{c+1}}{\sqrt{ab+bc+ca+6}}.$$
After some calculating works, I've tried prove $P(1,1,1)$ is the minimal value.
It means that we need to prove $$\sqrt{a+1}+\sqrt{b+1}+\sqrt{c+1}\ge\sqrt{2}\cdot\sqrt{ab+bc+ca+6}.$$ By squaring both side, it remains to prove $$a+b+c+3+2\sum_{cyc}\sqrt{(a+1)(b+1)}\ge 2(ab+bc+ca+6),$$or $$2\sum_{cyc}\sqrt{(a+1)(b+1)}\ge 5+abc+2(ab+bc+ca).$$ I was stucked here. Hope to see some ideas to continue the idea.
Also, all answer and comment are welcome. Thank for your attention.
Updated edit: Thank you @138 Aspen. I made a mistake in calculating.
Minimum should be $$P(0,2,2)=\frac{2\sqrt{30}+\sqrt{10}}{10}.$$
It means that we need to prove $$\sqrt{a+1}+\sqrt{b+1}+\sqrt{c+1}\ge\frac{2\sqrt{30}+\sqrt{10}}{10}\cdot\sqrt{ab+bc+ca+6},$$which seems ugly. Hope MV (mixing variables) technique works.

Two approaches.
Approach 1.
We may use Holder, similar to my answer here.
It suffices to prove that $$\sum_{\mathrm{cyc}}\sqrt{\frac{a + 1}{ab + bc + ca + 6}} \ge \frac{2\sqrt{30} + \sqrt{10}}{10}.$$
If $\max(a, b, c) = 4$, clearly the inequality is true. In the following, assume that $\max(a, b, c) < 4$.
By Holder, we have \begin{align*} &\Big(\sum_{\mathrm{cyc}}\sqrt{\frac{a + 1}{ab + bc + ca + 6}}\Big)^2 \sum_{\mathrm{cyc}} (a + 1)^2(ab + bc + ca + 6)(ab + \sqrt{3}\, bc + ca)^3\\[6pt] &\ge \left(\sum_{\mathrm{cyc}} (a + 1)(ab + \sqrt{3}\, bc + ca)\right)^3. \tag{1} \end{align*}
It suffices to prove that \begin{align*} &\left(\sum_{\mathrm{cyc}} (a + 1)(ab + \sqrt{3}\, bc + ca)\right)^3\\ \ge{}& \left(\frac{2\sqrt{30} + \sqrt{10}}{10}\right)^2 \sum_{\mathrm{cyc}} (a + 1)^2(ab + bc + ca + 6)(ab + \sqrt{3}\, bc + ca)^3. \tag{2} \end{align*} (2) is true which is verified by Mathematica - a Computer Algebra System.
$\phantom{2}$
Approach 2.
Fact 1. Let $p, q, r \ge 0$ with $p^2 \ge 3q$ and $r \ge \frac{4pq - p^3}{9}$ and $p^2 + 4pr + 2qr + r^2 + 2p - 2q + 8r - 4 = 0$. Then $$\frac{(3 + p)^2}{2pq - 2pr + q^2 + 4q - 6r + 6} \ge \frac{13 + 4\sqrt 3}{10}.$$ (It is verified by Mathematica (a Computer Algebra System).)
Let \begin{align*} p &:= (\sqrt{a+1} - 1) + (\sqrt{b + 1} - 1) + (\sqrt{c + 1} - 1), \\ q &:= \sum_{\mathrm{cyc}} (\sqrt{1 + a} - 1)(\sqrt{1 + b} - 1), \\ r &:= (\sqrt{1 + a} - 1)(\sqrt{1 + b} - 1)(\sqrt{1 + c} - 1). \end{align*} (Note: Letting $x = \sqrt{a+1} - 1$, $y = \sqrt{b + 1} - 1$ and $z = \sqrt{c + 1} - 1$, we have $p = x + y + z, q = xy + yz + zx, r = xyz$.)
Clearly, we have $p^2 \ge 3q$, and $r \ge \frac{4pq - p^3}{9}$ (degree three Schur). Also, we have $$p^2 + 4pr + 2qr + r^2 + 2p - 2q + 8r - 4 = a + b + c + abc - 4 = 0.$$ Moreover, we have $$\frac{(3 + p)^2}{2pq - 2pr + q^2 + 4q - 6r + 6} = \frac{(\sqrt{a+1}+\sqrt{b+1}+\sqrt{c+1})^2}{ab+bc+ca+6}.$$ By Fact 1, we have $$ \frac{(\sqrt{a+1}+\sqrt{b+1}+\sqrt{c+1})^2}{ab+bc+ca+6} \ge \frac{13 + 4\sqrt 3}{10}.$$