Method checking for showing only unique solution to the below problem

16 Views Asked by At

Let $x,y,z$ be positive integers $x<y<z$ and satisfy $x+y+z = xyz$ , show that the only solution satisfying the above equation is $(x,y,z) = (1,2,3)$ .

My method was as follows : we have $x+y+z = xyz$ , rearranging a bit we have $1 = \frac{x+y+z}{xyz} = \frac{1}{xy} +\frac{1}{yz} + \frac{1}{zx}$, now as $x<y<z$ therefore we have $xy<yz$ and $xy<xz$ , or $\frac{1}{xz} < \frac{1}{xy} and \frac{1}{yz}<\frac{1}{xy}$ , so we have $\frac{1}{xy} +\frac{1}{yz} + \frac{1}{zx} = 1 < \frac{3}{xy}$ or we have yz < 3 , therefore only possible is yz=2 , hence we get $x=1,y=2$ , now $3+z = 2z$ or $z = 3$ , so we showed only solution is $(1,2,3)$