since $( b|c)$, $c = xb$ So, $\gcd(a,b) = \gcd(a + xb, b)$ Euclidean algorithm shows shows that for $a=bq + r$, $\gcd(a,b) = \gcd(b,r)$ This is where im stuck, I've approached this quesiton so many ways but can't figure out how to apply the algorithm for the proof.
2026-03-29 06:07:54.1774764474
let $a,b$, and $c$ be integers with $b \ne 0$, and $b|c$. Prove that $\gcd(a,b) =\gcd(a+c, b)$
153 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Suppose that $\gcd\;(a,b)=k$, then, $k|a$ and $k|b$. Clearly, $k|c$ as $b|c$. Now, this implies $k|(a+c)$ and $k|b$.
Now, we want to show if there exists an $m$ such that $m|(a+c)$ and $m|b$, then $m|k$, as $k$ is the $\gcd(a+c,b)$.
Now, $m|(a+c) \implies m|a$ and $m|b$, from this it shows that $m|\gcd(a,b)$. Hence $\gcd(a,b)=\gcd(a+c,b)$