I think I'm on the right track, but I just don't know how to put it all together.
Also $ b\neq 0 $
I have the following:
If $ b|c $ , then $a + c = a + bq, q \in \mathbb Z$
If the $\gcd(a,b)$, say $d$, divides $a$ and $b$
Then $ d|bq $ and hence $ d | a + bq$
Thus $d | a+c$
The problem is I don't know how to show $d$ is the $\gcd(a +c, b)$ even though I know it divides both of them. Can someone help me with this?
As $b\mid c$, you have $c=bq$ for some $q \in \mathbb Z$ and hence, as by the euclidean algorithm you know $(a,b)=(a+b,b)=(a+2b,b),\cdots , (a+bk,b)$ for all $k\in \mathbb Z$ by a simple induction, and choose $k=q$ to obtain $(a,b)=(a+qb,b)=(a+c,b)$