What can be said about $Ord_n(ab)$ when $a,b$ are positive integers both relatively prime to $n$ and $Ord_n(a)$ is not relatively prime to $Ord_n(b)$?
To start the proof I let $r=Ord_n(a)$, $s=Ord_n(b)$, and $t=Ord_n(ab)$. Since the orders of $a$ and $b$ are not relatively prime, I let $(r,s)=d$. Then I calculated the following:
$$(ab)^{rs/(r,s)}\equiv a^{rs/d}b^{rs/d} \equiv 1^{s/d}1^{r/d}\equiv 1 \mod n$$ and $$a^{rt}\equiv (ab)^{rt} \equiv a^{rt}b^{rt}\equiv 1^{t}(b^t)^r\equiv 1 \mod n $$
The first calculation shows that $t\bigg|\frac{rs}{d}$. The second calculation shows that $s|t$. A similar calculation would yield $r|t$. In general, its true that $rs\not|t$, but $\frac{rs}{(r,s)}\bigg|t$. Am I on the right track?