Prove that the equation $$\begin{equation} xyz=xy+xz+yz+x+y+z\tag{*} \end{equation}$$ has finitely many natural solutions.
My attempt. Suppose that $x \leq y \leq z$ then $$ xyz\leq xz+xz+yz+3z \implies xy \leq 2x+y+3 \implies x \leq \frac{y+3}{y-2} $$ Since $$x \leq \frac{y+3}{y-2}=\frac{y-2+5}{y-2}=1+\frac{5}{y-2} \implies (x-1)(y-2) \leq 5,$$ we can conclude that the last inequality has finite number of natural solutions, so there are only finite numbers for $x,y.$ For any fixed $x,y$ the equation (*) reduces to linear equation for $z$ with finite numbers of solutions.
Is it ok? Is there any other solutions?
If $xyz = xy + xz + yz + x + y + z$ is a natural solution.
$(xy - x - y - 1)z = xy + x + y > 0$
$z = \frac {xy + x + y}{xy - x - y - 1}$
$= 1 + \frac {2x + 2y + 1}{xy - x-y -1}\in \mathbb N$ so
$xy - x - y -1\le 2x + 2y + 1$
$xy \le 3x + 3y + 2$
Likewise $xz \le 3x + 3z + 2$
And $yz \le 3y + 3z + 2$.
If we relabel $c = \max(x,y,z); a = \min(x,y,z)$ and $b$ is the median of $x,y,z$.
then
$ab \le 3a + 3b + 2 \le 6b + 2$ so $a \le 6 + \frac 2b$ has only finitely many possible values.
And $bc \le 3b + 3c +2 \le 6c + 2$ so $b \le 6 + \frac 2c$ has only finitely many possible values and
$c =\frac {ab + a + b}{ab - a - b - 1}$ has only finitely many possible values.
====
We can work our way through these: $a,b < 6$ and
If $a = 1$ then $c = \frac {2b + 1}{-2}$ which is not possible.
$a = 2$ then $c = \frac {3b + 2}{b-3}$ if $b = 4$ then $c = 14$
If $b = 5$ we have $\frac {odd}{even}$ which is not an integer .
If $a=3$ then $c = {4b +3}{2b -4}$ which is an impossible $\frac {odd}{even}$
If $a = 4$ then $c = {5b + 4}{3b -5}$. If $b = 4;c={24}{7}$. No good. $b=5$ yields $\frac {odd}{even}$.
If $a =5; b=5$ then $c = \frac {29}{10}$. No go.
So, unless I made an error $\{x,y,z\} = \{2,4,14\}$ are the only solutions.