Question:
Solve:
$xy+x+y=23\tag{1}$
$yz+y+z=31\tag{2}$
$zx+z+x=47\tag{3}$
My attempt:
By adding all we get
$$\sum xy +2\sum x =101$$
Multiplying $(1)$ by $z$, $(2)$ by $x$, and $(3)$ by $y$ and adding altogether gives
$$3xyz+ 2\sum xy =31x+47y+23z$$
Then, from above two equations after eliminating $\sum xy$ term we get
$$35x+51y+27z=202+3xyz$$
After that subtracting $(1)\times 3z$ from equation just above (to eliminate $3xyz$ term) gives
$$35x +51y-3z(14+x+y)=202\implies (x+y)[35-3z]+16y-42z=202$$
I tried pairwise subtraction of $(1),(2)$ and $(3)$ but it also seems to be not working.
Please give me some hint so that I can proceed or provide with the answer.
Hint: Put $$X=x+1$$ $$Y=y+1$$ $$Z=z+1$$
Then we have
$$XY=24$$ $$YZ=32$$ $$ZX=48$$
Can you take it from there?