I noticed an interesting result when playing around with mods. If I take all the residue classes of $n$ and multiply each of them by an integer $q$ such that $n$ and $q$ are coprime, then each residue class maps to a unique new residue class.
For example, if $n=7$ and $q=3$ then the residue classes ${0,1,2,3,4,5,6}$ get mapped to ${(0\cdot3), (1\cdot3), (2\cdot3),(3\cdot3),(4\cdot3),(5\cdot3),(6\cdot3)}$ which in turn becomes ${0,3,6,2,5,1,4}$. This is simply a permutation of $0,1,2,3,4,5,6$ which are the residue classes we started with.
In other words, is there a way to prove that when you multiply $\{0,1,2,\dots, (n-1)\}$ by $q$, no two products will be equivalent mod n?