Let $a,b\in G$, a finite abelian group and $|a|=r, |b|=s$ with $\gcd(r,s)=1$. Prove that $|ab|=rs$.
My attempt: Let $|ab|=n$. Since $G$ is ableian, $(ab)^n=a^nb^n=1$. Thus $r\mid n$ and $s\mid n$. Together with $\gcd(r,s)=1$, it follows that $rs\mid n$. This is where I'm stuck; need to show that $rs=n$. Any hints on how to proceed?
Edit: I've come up with a solution that is a somewhat different approach to what has been provided in the hints. Here it goes:
Since $G$ is abelian, $n\mid{\rm lcm}(r,s)$. But since $\gcd(r,s)=1$, ${\rm lcm}(r,s)=rs$ by an elementary result in number theory. Thus $n\mid rs$. Together with $rs\mid n$, we have that $n=rs$, which is what we want to prove.