Solve in real numbers:
$$\sqrt[3]{2022+x(2+\sqrt{x})}+\sqrt[3]{111-x(2+\sqrt{x})}=9$$
Cubing both sides, we get$$ 2022+111+3\sqrt[3]{2022+x(2+\sqrt{x})}\sqrt[3]{111-x(2+\sqrt{x})}\Big(\sqrt[3]{2022+x(2+\sqrt{x})}+\sqrt[3]{111-x(2+\sqrt{x})}\Big)=9^3\implies $$ $$ 1404+3\times 9\sqrt[3]{2022+x(2+\sqrt{x})}\sqrt[3]{111-x(2+\sqrt{x})}=0$$ $$\implies \sqrt[3]{2022+x(2+\sqrt{x})}\sqrt[3]{111-x(2+\sqrt{x})}=-52\implies [2022+x(2+\sqrt{x})][111-x(2+\sqrt{x})]=-52^3$$
$$ \implies -4 x^{5/2}- 1911 x^{3/2} - x^3 - 4 x^2 - 3822 x + 224442 = -140608\implies 4 x^{5/2}+ 1911 x^{3/2} + x^3 +4 x^2 + 3822 x =365050$$
Take $\sqrt{x}=y\implies $ $$4y^5+1911 y^3 + y^6 +4y^4 + 3822y^2 =365050\implies y^2(y^4+4y^3+4y^2+1911y+3822)=365050\implies y^2(y + 2) (y^3 + 2 y^2 + 1911)=365050$$
Solutions or help?
I would use a substitution to keep degrees low, like so: with $a^3=2022+x(2+\sqrt x), b^3 = 111-x(2+\sqrt x)$, we get the simpler system $a^3+b^3=2133, a+b=9$ to solve first.
$\implies a^2-ab+b^2 = 2133/9 = 237 \implies 237 = (a+b)^2-3ab \implies ab = -52$
Thus $a, b$ are roots of $t^2-9t-52 = (t-13)(t+4)=0$. Now, as $x$ needs to be non-negative, we have $a> b$, so $a=13, b=-4$.
Now $a^3 = 2022+x(2+\sqrt x) \implies x(2+\sqrt x)=175=25\cdot (2+5)\implies x=25$, as $x(2+\sqrt x)$ is obviously an increasing function.