asked 146k views
5 votes
Let a >= b.
show that gcd(a,b) = gcd(a-b, b) ​

asked
User McNab
by
8.0k points

1 Answer

6 votes

let
\gcd(a,b)= G , $a\ge b$

$\therefore a=G\cdot m$ and $b=G\cdot n$

$a-b=Gm-Gn=G(m-n)$

Now, $\gcd(a-b,b)$ clearly is, $G$

answered
User Sergey Avdeev
by
8.3k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.