I'm trying to do this problem out of Atiyah-Macdonald:
Show $\Bbb{Z}_m\otimes_{\Bbb{Z}}\Bbb{Z}_n=0$ if and only if $m,n$ are coprime.
First, suppose $m,n$ are coprime. Then there exist $s,t$ such that $sm+tn=1$. For any pure tensor $a\otimes b$, we have
$\begin{align*} a\otimes b&= ab\otimes 1\\ &= ab\otimes(sm+tn)\\ &= ab\otimes sm+ab\otimes tn\\ &= ab\otimes sm\\ &= abm\otimes s\\ &= 0 \end{align*}$
so $\Bbb Z_m\otimes\Bbb Z_n=0$. Is this correct?
I also don't know how to prove the other direction. If $m,n$ are not coprime I'm pretty sure that the element $1\otimes1$ is nonzero, but I don't know a good way to show this.