Here's the question:
Let $a$ and $b$ be integers such that $\gcd(a,b) = 1$. Let $r$ and $s$ be integers such that
$$ar + bs =1.$$
Prove that $\gcd(a,s) = \gcd(r,b) = \gcd(r,s) = 1$.
I was stuck how to solve this problem. My first instinct is to do a proof by contradiction, that is, assume the $\gcd(a,s) > 1$ - therefore there exists a $d > 1$ such that $a = dn$ for an integer $n$ and $s = dm$ for an integer $m$. However, I don't know where to go from here (or even if this is the correct route).
I would really appreciate some help - thank you in advance for everything!
Thanks!