Let $N$ ≤ ($\mathbb Z^2$, +) be the subgroup given by $\;N =\bigl\{ (x, y) ∈ \mathbb Z^2\mid 3x+5y ≡ 0 \pmod{30}\bigr\}$ .
In the quotient $G = \mathbb Z^2/N$, find the order of the element $(1, 1) + N$.
I've came across the problem and I don't know where and how to start. Please any help?
The order of an element $E$ is the least positive integer $n$ such that $nE=0$. So we’re looking for the least $n$ such that $n(1,1)$ gets sent to zero, that is the least $n$ such that $(n,n)$ is in the kernel $N$. Thus we have the equation $3n+5n \equiv 0$ mod $30$, solving this we want the least $n$ such that $8n$ is a multiple of $30$. By unique factorization, we know that for $8n$ to be a multiple of $30$, n must have $15$ as a factor. Trying $n=15$ solves our equation so our least solution is $n=15$.