Solve in integers the equation $$(x^2+2)(y^2+3)(z^2+4)=60xyz$$
My try:
We have $x,y,z \ne 0$ So we can write the equation as:
$$\left(x+\frac{2}{x}\right)\left(y+\frac{3}{y}\right)\left(z+\frac{4}{z}\right)=60$$
Assuming $x,y,z$ are positive integers
By AM-GM
we have
$$x+\frac{2}{x} \gt 2\sqrt{2}$$
$$y+\frac{3}{y}\gt 2\sqrt{3}$$
$$z+\frac{4}{z}\ge 4$$
Any idea from here?
I suppose you need a slightly modified version of the inequalities. Recall that all $x,y,z$ are integers, and in fact, we can think of them as of naturals.
Then, for any $x,y,z \in \mathbb{N}$ and $y \neq 2$, $z \neq 2$, $z\neq 3$, we have $$ x+\frac{2}{x}\geq 3,\quad y+\frac{3}{y} \geq 4, \quad z+\frac{4}{z} \geq 5. $$ Therefore, if $y\neq 2$, $z \neq 2$ and $z \neq 3$, we require all inequalities become equalities since $60 = 3\cdot 4 \cdot 5$, and so solutions are $$ (x,y,z) \in \{1,2\} \times \{1,3\} \times \{1, 4\} $$ modulo all the required sign changes (since $x,y,z$ might be negative integers as well).
The remaining cases are when $y=2$, $z=2$ or $z=3$. It shouldn't be hard, and I guess, these imply some contradictions, need to check it, which I never did!