Questions: Divisibility and Greatest Common Divisor

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

Two integers a and b satisfy gcd(a, b) = 6. According to Bézout's identity, which of the following is guaranteed to exist?

APositive integers x and y such that ax + by = 6
BIntegers x and y (which may be negative or zero) such that ax + by = 6
CA prime number p such that p divides both a and b
DIntegers x and y such that ax + by = 1
Question 2 Multiple Choice

What is the correct interpretation of 'a and b are coprime'?

ABoth a and b are prime numbers
BNeither a nor b has any prime factors
Cgcd(a, b) = 1 — the only positive integer dividing both is 1
Da divides b or b divides a
Question 3 True / False

The Bézout coefficients x and y in the equation ax + by = gcd(a, b) are generally positive integers.

TTrue
FFalse
Question 4 True / False

If gcd(a, m) = 1, then there exists an integer x such that ax ≡ 1 (mod m) — meaning a has a multiplicative inverse modulo m.

TTrue
FFalse
Question 5 Short Answer

Explain why Bézout's identity is described as elevating the GCD from 'an arithmetic curiosity to an algebraic tool.'

Think about your answer, then reveal below.