Questions: Linear Diophantine Equations

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

Does the equation 6x + 10y = 9 have integer solutions?

AYes — all linear equations in two variables have solutions
BNo — gcd(6, 10) = 2, which does not divide 9, so no integer solutions exist
CYes — setting y = 0 gives x = 3/2, which can be rounded to the nearest integer
DNo — because both 6 and 10 are even, no combination can produce an odd number
Question 2 Multiple Choice

The equation 4x + 6y = 10 has a particular solution x₀ = 1, y₀ = 1. Which expression gives ALL integer solutions?

Ax = 1 + 4n, y = 1 − 6n for any integer n
Bx = 1 + 3n, y = 1 − 2n for any integer n
Cx = 1 + 6n, y = 1 − 4n for any integer n
Dx = 1 + 2n, y = 1 − 3n for any integer n
Question 3 True / False

If gcd(a, b) = 1, then the equation ax + by = c has integer solutions for every integer c.

TTrue
FFalse
Question 4 True / False

A linear Diophantine equation ax + by = c either has exactly one integer solution or no integer solution.

TTrue
FFalse
Question 5 Short Answer

Why does the gcd of a and b determine whether ax + by = c has integer solutions?

Think about your answer, then reveal below.