41. Prove that for every integer k the numbers 2k+1 and 9k+4 are rel-
atively prime, and for numbers 2k-1 and 9k+4 find their greatest common
divisor as a function of k.
An alternative method of proof:
This problem can essentially be burned to ashes using the Euclidean Algorithm. For the first part, we have:
The greatest common divisor of any integer and is , so our original numbers have a greatest common divisor of . Also, if the greatest common divisor of two numbers is , then they are relatively prime by definition. Therefore, and are relatively prime.
For the second part, we do a similar thing:
Thus, , then the GCD is . If , the the GCD is .
Comments