harshant
- 29
- 0
Is there a formula for gcd(a+h,b+k) given gcd(a,b) and gcd(h,k)?...jus wondering
No formula exists for calculating gcd(a+h, b+k) based on the values of gcd(a, b) and gcd(h, k). The discussion highlights that even when gcd(a, b) and gcd(h, k) are both equal to 1, the results for gcd(a+h, b+k) can vary significantly. For example, with (a, b, h, k) = (1, 1, 1, 1), gcd(a+h, b+k) equals 2, while with (1, 2, 2, 1), it equals 3. This demonstrates the lack of a consistent relationship between these gcd values.
PREREQUISITESMathematicians, students studying number theory, educators teaching GCD concepts, and anyone interested in mathematical problem-solving.
No such formula existsharshant said:Is there a formula for gcd(a+h,b+k) given gcd(a,b) and gcd(h,k)?...jus wondering
ramsey2879 said:No such formula exists