I'm not really sure how to approach the problem, since I'm not really sure I understand the mechanisms why it is true aside from putting some numbers in and see that it works.
Qualitatively, I'd try a proof by contradiction, trying to show that $\gcd(a-bc, b) \neq \gcd(a,b)$ and use some prime attribute to contradict the assumption.
Let $d$ be a common divisor of $a-bc$ and $b$, then there exists integers $q_1$ and $q_2$ such that $a-bc=dq_2$ and $b=dq_1$. Hence $a-bc = a - (dq_1)c = dq_2$, thus $a=d(q_1c+q_2)$. It follows that $d$ is a common divisor of $a$ and $b$.
Conversely, suppose that $d$ is a common divisor of $a$ and $b$, you have to show that $d$ is a common divisor of $a-bc$ and $b$.