Questions: Linear Congruences and Solutions

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

How many solutions does 6x ≡ 4 (mod 9) have?

ANo solutions
BExactly one solution modulo 9
CExactly 2 solutions modulo 9
DExactly 3 solutions modulo 9
Question 2 Multiple Choice

For ax ≡ b (mod n) where gcd(a, n) = 1, which statement best describes the solution set?

ANo solution exists, because a and n share no common factors
BExactly one solution modulo n
CInfinitely many solutions
DExactly gcd(a, n) = 1 solutions, meaning no solution
Question 3 True / False

The congruence 4x ≡ 2 (mod 6) has exactly 2 distinct solutions modulo 6.

TTrue
FFalse
Question 4 True / False

If ax ≡ b (mod n) has at least one solution, then gcd(a, n) is expected to equal 1.

TTrue
FFalse
Question 5 Short Answer

Explain why the condition gcd(a, n) | b is both necessary and sufficient for ax ≡ b (mod n) to have integer solutions. What does this mean in terms of the values you can 'reach' with ax − nk?

Think about your answer, then reveal below.