If $k$ and $l$ are positive integers such that $k\mid l$, show that for every positive integer $m$, $1+(k+m)l$ and $1+ml$ are relatively prime.
My approach: I wrote
$(k+m)(1+ml)-m(1+(k+m)l)=k=la$ where $a>0$
Now, I took both sides modulo $l$. The right side is $0 \pmod l$ whereas the left side is $k \pmod l$ Thus, $l\mid k$.
But $k\mid l$ by the question so, $k=l$ ... But then how to proceed?