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.