Questions: Bézout's Identity

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

For which value of c does the equation 6x + 10y = c have integer solutions?

Ac = 3
Bc = 4
Cc = 5
Dc = 7
Question 2 Multiple Choice

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?

A(x = 4, y = −9)
B(x = 1, y = 2)
C(x = −1, y = 3)
D(x = 2, y = −4)
Question 3 True / False

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.

TTrue
FFalse
Question 4 True / False

The integers x and y in Bézout's identity ax + by = gcd(a, b) are unique.

TTrue
FFalse
Question 5 Short Answer

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.

Think about your answer, then reveal below.