Gcd Definition and 101 Threads

  1. C

    What is the GCD of (a + b, a - b)?

    I am trying to work through the following problem, and don't know where to start: I know that a, b are nonzero integers with gcd(a, b) = 1. I need to compute the gcd (a + b, a - b). Any help?
Back
Top