Page 1 of 1

What is the GCD of a and b?

Posted: Wed Jul 13, 2022 6:16 pm
by answerhappygod
a) a + b
b) gcd (a-b, b) if a>b
c) gcd (a+b, a-b)
d) a – b