Question:Which integers can be written in form $\frac {(x+y+z)^2}{xyz}$,where $x,y,z$ are positive integers?
I suppose $ f(x,y,z)=\frac {(x+y+z)^2}{xyz}=n$
$nxyz=(x+y+z)^2$
$nxyz=x^2+y^2+z^2+2xy+2yz+2zx$
$nxyz=(x+y)^2+2(yz+zx)+z^2$
After that i got stuck, I have no idea how to proceed further.