I would like to solve the following system:
$$ \sqrt{x}+y=10 \qquad (1)$$
$$ x+\sqrt{y}=5\qquad (2) $$ I know that this system does not any answer if $ x,y \in \mathbb Z $
Because
by (2)
$\qquad \sqrt{y}=5-x \qquad \Rightarrow\qquad5-x\ge0\qquad \Rightarrow\qquad x\le5$
and by (1)
$\qquad x\ge0$
then
$\qquad 0 \le x\le 5 $
if $X=0\qquad \Rightarrow\qquad y=10,by (1)\qquad x+\sqrt{y}\neq5$
if $X=1\qquad \Rightarrow\qquad y=9,by (1)\qquad x+\sqrt{y}\neq5$
and Similarly, we continue to $X=5$
my question: Does this system has any answers if $x,y \in \mathbb R ?$

From (1) : $x = (10-y)^2$. From (2): $ y = (5-x)^2$. Thus,
$$x = \left(10-(5-x)^2\right)^2,$$ which is a 4th-degree polynomial. Solve it and test the solutions in your system.