I am looking for an idea to solve below system of equation.
$$\begin{cases}x+y+\lfloor x\rfloor+\lfloor y\rfloor = 5.1\\x^2+y^2+\lfloor x^2\rfloor+\lfloor y^2\rfloor = 50.93\end{cases}$$ My trial was about to plotting them together ,I think two solution exist here .
I think $$(-1.7,4.8),(4.8,-1.7)$$ is solution with respect to graphical solving.
https://www.desmos.com/calculator/9mc2c6y0qd
I am interested if there was an analytical method...I am thankful for your Idea(s) .
$remark:$I tried also to put $$x=n_x+p_x,y=n_y+p_y$$ but it comes more complicated .

I tried this : we have $$[x+y]=[x]+[y] \text{or }[x+y]=[x]+[y]+1$$ so ,if we take floor of the first equation $$x+y+[x]+[y]=5.1\\ [x+y]+[x]+[y]=5\\\begin{cases}[x]+[y]+[x]+[y]=5 & imposiible\\ [x]+[y]+1+[x]+[y]=5 \to & [x]+[y]=2\end{cases}$$ if we do the same for 2nd eq. we have $$\quad{[x^2+y^2+[x^2]+[y^2]]=[50.93]\\ [x^2+y^2]+[x^2]+[y^2]=50 \\ [x^2]+[y^2]-1+[x^2]+[y^2]=50 \text { not acceptable}\\ [x^2]+[y^2]+[x^2]+[y^2]=50\\ [x^2]+[y^2]=25 \to x^2+y^2=25.93 \text{ the only possibilities}\\}$$finally we have
If we say $s=x+y ,p=xy$
also from the first one :$x+y+[x]+[y]=5.1 ,[x]+[y]=2 \to x+y=3.1$ $$\quad{\begin{cases}x+y=3.1\\x^2+y^2=25.93\end{cases}\\\begin{cases}s=3.1\\s^2-2p=25.93\end{cases}\\z^2-3.1z-8.16=0 \\z=-1.7\\z=4.8 \\so \\(x,y)=(4.8,-1.7),(-1.7,4.8)}$$ am I right ?