2

Find $x\in\mathbb Z$ to $x-4\mid x\sqrt{x}-2x$. This is my idea:

Because $x\in\mathbb Z \Rightarrow x-4\in\mathbb Z$, so $x\sqrt{x}-2x\in\mathbb Z\Rightarrow x\sqrt{x}+2x\in\mathbb Z$

So to $x\in\mathbb Z$ to\begin{gather*}x-4\mid x\sqrt{x}-2x\Rightarrow x-4\mid(x\sqrt{x}-2x)(x\sqrt{x}+2x)\\\Rightarrow x-4\mid x^3-4x^2\Rightarrow x-4\mid x^2(x-4)\end{gather*}(true for all $x\in\mathbb Z$). But this is clearly wrong. I hope your help.

Ѕᴀᴀᴅ
  • 34,263

1 Answers1

2

Since $x\in \mathbb{Z}$, $$x-4\vert x\sqrt{x}-2x \implies x\sqrt{x}-2x\in \mathbb{Z}\implies x\sqrt{x}\in \mathbb{Z}\implies x=p^2,\; p\in\mathbb{Z}$$ So, we have, $$p^2-4\vert p^3-2p^2\implies p+2\vert p^2\implies p+2\vert p^2+4p+8\implies p+2\vert(p+2)^2+4\\ \therefore\; p+2\vert4$$ Therefore, $$p\in\{2,0,-1,-3,-4,-6\}\implies x\in\{4,0,1,9,16,36\} $$ Plug the above values in the original divisibility condition and check which of these work.

Sathvik
  • 3,609