5 questions to test your understanding
For which value of c does the equation 6x + 10y = c have integer solutions?
The extended Euclidean algorithm gives gcd(35, 15) = 5 with Bézout coefficients x = 1, y = −2: 1·35 + (−2)·15 = 5. Which of the following is another valid pair of Bézout coefficients for the same gcd?
If gcd(a, b) = 1, then there exist integers x, y such that ax + by = 1, which means a has a multiplicative inverse modulo b.
The integers x and y in Bézout's identity ax + by = gcd(a, b) are unique.
Why does Bézout's identity guarantee that ax + by = c has integer solutions if and only if gcd(a, b) divides c? Explain the 'if' direction.