If $m$ is a divisor of $k$ and $n$ is a divisor of $k$ and $m$ and $n$ prime to each other then $mn$ is divisor of $k$.
I tried but somehow I didnt manipulate.
As $m$ is divisor of $k$ then $k=mp$ for some $p$ and similarly $k=nq$ for some $q$ and as $gcd(m, n)=1$ there exist integer say $u$ and $v$ such that $mu+nv=1$
After that how I proceed?, Please help.
Write $k=mq$. Since $\gcd (m,n)=1$,by Gauß's lemma $n\mid q$. So $q=rn\implies k=rmn$. Thus $mn\mid k$.
Note: Thanks are due to @Bernard for enlightening me about Gauß's lemma...