Difficulty: Medium
Correct Answer: 128
Explanation:
Given data
Concept / Approach
Step-by-step calculation
Let N = 11 + 13k.Impose mod 17: 11 + 13k ≡ 9 (mod 17) ⇒ 13k ≡ −2 ≡ 15 (mod 17).Since 13·4 ≡ 52 ≡ 1 (mod 17), multiply both sides by 4 ⇒ k ≡ 15·4 ≡ 60 ≡ 9 (mod 17).Smallest k = 9 ⇒ N = 11 + 13·9 = 128.General solution: N = 128 + 221t, t ∈ ℤ.
Verification
Final Answer
Least number = 128.
Discussion & Comments