Correct Answer: B. 60
Explanation:
The Chinese Remainder Theorem guarantees a unique solution modulo the product of the moduli when they are pairwise coprime.
Here, 3, 4, and 5 are pairwise coprime (gcd(3,4)=1, gcd(3,5)=1, gcd(4,5)=1).
Therefore, the solution is unique modulo 3×4×5 = 60.