Questions: Modular Arithmetic and Congruences

3 questions to test your understanding

Score: 0 / 3
Question 1 Multiple Choice

You want the multiplicative inverse of 3 modulo 7 — a number x such that 3x ≡ 1 (mod 7). What is x?

A2
B3
C5
D6
Question 2 True / False

Since 4 ≡ 10 (mod 6) is true, dividing both sides by 2 gives the valid congruence 2 ≡ 5 (mod 6).

TTrue
FFalse
Question 3 Short Answer

Why does a multiplicative inverse of a modulo n exist if and only if gcd(a, n) = 1?

Think about your answer, then reveal below.