Question:

A number when divided by 4, 5 and 6 leaves remainders 2, 3 and 4 respectively. What is the smallest such number?

Show Hint

Convert all congruences to the form \( x \equiv -r \mod m \), then compute LCM of moduli and subtract to get original number.
Updated On: Jul 28, 2025
  • 58
  • 62
  • 86
  • 74
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

Let the required number be \( N \) such that:

\[ N \equiv 2 \mod 4, \quad N \equiv 3 \mod 5, \quad N \equiv 4 \mod 6 \]

Rewriting all as:

\[ N \equiv -2 \mod 4 \Rightarrow N \equiv 2 \mod 4 \\ N \equiv -2 \mod 5 \Rightarrow N \equiv 3 \mod 5 \\ N \equiv -2 \mod 6 \Rightarrow N \equiv 4 \mod 6 \]

So in all cases:

\[ N + 2 \equiv 0 \mod 4,5,6 \\ \Rightarrow N + 2 = \text{LCM}(4,5,6) = 60 \\ \Rightarrow N = 60 - 2 = \boxed{58} \]

Was this answer helpful?
0
0