I'm studying for a first year Discrete Mathematics course, I found this question on a previous paper and am lost on how to solve:
Let $n$ be a fixed arbitrary integer, prove that there are infinitely many integers $m$ s.t.: $m^3 \equiv n^6 \pmod{19}$
Thank you
Since $n$ is given, you take $m=n^2$. This satisfies the congruence $m^3 \equiv n^6 \pmod{19}$. Now to generate infinitely many integer solutions, set $m_k=n^2+19k$, where $k \in \Bbb{Z}$.