Give two integers $m$ and $n$ such that $n^2$ is a multiple of $m$, $n$ is not a multiple of $m$ and $n > m.$
I think that such two integers don't exist, but even if that were true, I'm having trouble with proving that. I have found clear examples when I neglect the last condition ($n > m$).
Any help on this problem would be much appreciated. The observation that I did make is the fact that since $n^2$ is a multiple of $m$ we can write it as $k * m$, which means that $k$ has to be larger than $n$.
I think that could be a starting point of some sort, but I wasn't capable of going any further.
In general pick $n=pq$, where $p$ is a prime and let $m=p^2$, where $q$ is also a prime such that $p<q$. This satisfies all your requirements.