Given any non-zero $a,b$ and $n$, how to show that there exist integer $k$ and $l$, such that $gcd(k,l)=1$ and $n\mid ak+bl$.
Any help is highly appreciated.
Thanks in advance.
Given any non-zero $a,b$ and $n$, how to show that there exist integer $k$ and $l$, such that $gcd(k,l)=1$ and $n\mid ak+bl$.
Any help is highly appreciated.
Thanks in advance.
Let $d=gcd(a, b)$.
Let $k=b/d$ and $\ell = (bn-1)a/d$. Obviously $n \mid ka + \ell b$ and $gcd(k, \ell) = 1$.