Let $a,b,c$ be three integers whose greatest common divisor is $1$ (ie $\gcd(a,b,c)=1$). Show that there exist integers $m$ and $n$ such that $a+mc$ and $b+nc$ are coprime.
Progress: I believe the question is essentially asking us to show that it's always possible to find integers $p$ and $q$ and $s$ such that $pa+qb+sc=1$, and $p$ and $q$ are coprime.
Added Context
This related question indicates that this problem requiring $n=0$, is more complex. This question, by not requiring $n=0$, might allow simpler solution.