Find the number of natural numbers $n$ for which $n^2-9$ divides $6n^2$.
Seems to me that $n=6$ is the only solution. I wrote a simple code to verify it. Can anyone help me justify why this is the case.
Find the number of natural numbers $n$ for which $n^2-9$ divides $6n^2$.
Seems to me that $n=6$ is the only solution. I wrote a simple code to verify it. Can anyone help me justify why this is the case.
We have $$n^2 - 9 \mid 6n^2 \Longleftrightarrow n^2 - 9 \mid 6n^2 + k(n^2 - 9) $$ for any $k \in \mathbb{Z}.$ Setting $k = -6$ gives $$n^2 - 9 \mid 54$$ Since $n \in \mathbb{N}$, this also means $n^2 - 9 \le 54$ and thus $$1 \le n \le 7$$ Checking all possible values, we only get $n = 6$.