If $p,q$ are distinct primes and $a$ is not divisible by $p$ or $q$, then $\gcd(a, pq)=1$.
I want to show this using linear combinations, so that a linear combination of $a$, and $py$ will give $1$. So for some $x,y,x',y'$:
$ax+py = 1 = ax'+qy'$, and
$a(x-x')+py-qy'=1-ax'-qy'$.
Not sure where to go from here. Hints appreciated.
$ax+py = 1$ and $ ax'+qy'=1$. Rearranging, we have $py = 1-ax$ and $qy'=1-ax'$. Multiplying, we get $$pyqy'=(1-ax)(1-ax')=1-a (x+x')+a^2xx'.$$
Hence $$pq(yy')+a (x+x'-axx')=1. $$