Prove that the sum and product of two positive relatively prime integers are themselves relatively prime.

299 Views Asked by At

Can anyone tell me if my attempt is correct?

gcd (a, a + b) = gcd (b, a + b) = gcd (a, b) = 1.

∴, gcd (a + b, ab) = 1.