I have proceeded to as far as declaring these with EEA but I do not know how to show that $d \mid c$ for the conclusion. Any help to go to this direction will be greatly appreciated.
2026-04-04 17:31:31.1775323891
If $\gcd (a, bc) = d$ and $\gcd(a, b) = 1$, then $\gcd(a, c) = d $
87 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
Note that $d \mid a$ because $\gcd(a,bc) = d$.
We need $d \mid c$ as well, as you state. We know that $d \mid bc$ so that $bc = Ad$ for some $A$.
Then there are $C,D$ such that $Ca + Db = 1$, by $\gcd(a,b) = 1$.
So $Cac + Dbc = c$ and so $Cac + DAd = c$, using $bc = Ad$.
As $d \mid a$, $d$ divides $Cac$ and $DAd$, and hence their sum as well. So $d$ divides $c$, as required.