Difficulty: Medium
Correct Answer: 23
Explanation:
Given data
Concept / Approach
Step-by-step calculation
Prime forms: 5 = 5; 6 = 2 × 3; 4 = 2^2; 3 = 3.L = 2^2 × 3 × 5 = 60.2497 mod 60: 60 × 41 = 2460 ⇒ remainder 37.Need k ≡ −37 ≡ 23 (mod 60).Minimum such k = 23.
Verification
(2497 + 23) = 2520, which is divisible by 60 (and by 5, 6, 4, 3 individually).
Common pitfalls
Final Answer
Required minimal addition = 23.
Discussion & Comments