Given $d = gcd(c,n)$, why there exist relatively prime integers r and s, such that $c = rd$ and $n = sd$?
2026-02-23 06:39:33.1771828773
Given d = gcd(c,n), why there exists relatively prime integers r and s, such that c = rd and n = sd
158 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Since $d$ is a divisor of both $c$ and $n$, there are integers $r$ and $s$ such that $c=rd,n=sd$.
If $r$ and $s$ had a positive common factor $t$, then $td$ would be a common factor of both $c$ and $n$. However, the g.c.d. of these numbers is $d$. The only possibility is therefore $t=1$ and so $r$ and $s$ are relatively prime.