I have come across an interesting question regarding quotient groups of $\mathbb{Z} \times \mathbb{Z}$:
Suppose $(a,b)$ and $(c,d)$ are two independent elements of $\mathbb{Z} \times \mathbb{Z}$. Suppose also that $\gcd(a,b) =1$. Show that $(\mathbb{Z} \times \mathbb{Z})/ \langle(a,b),(c,d)\rangle \, \cong \, \mathbb{Z}_{|ad-bc|}$.
I have managed to find a little about the geometric interpretation of this result, but to provide a clear algebraic proof I believe it is necessary to use some linear algebra that I can't quite see. I would appreciate it if someone might be able to provide an elementary proof of this fact, perhaps using the First Isomorphism theory and a judicious choice of map.
There is a standard method of finding the invariants of abelian groups defined as quotients of ${\mathbb Z}^n$, in which you write down the associated matrix, and then perform unimodular row and column operations to transform it to Smith Normal Form. In this example the matrix is $\left( \begin{array}{cc}a&b\\c&d\end{array}\right)$.
These operations do not change the absolute value of the determinant of the matrix. Also, since theit effect on matrix entries $x$ is to replace $x$ by either $-x$ or by$x+ky$ for some other matrix entry $y$ and some $k \in {\mathbb Z}$, they do not change the $\gcd$ of the set of all matrix entries.
So the Smith Normal Form of the matrix in your case must be $\left( \begin{array}{cc}t&0\\0&u \end{array}\right)$, where $t = \gcd(a,b,c,d)$ and $tu=|ad-bc|$, and then $G \cong C_t \times C_u$.
So if $\gcd(a,b,c,d)=1$, then $t=1$ and $G \cong C_{|ad-bc|}$.