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?