A number when divided by 3 gives a remainder of 1; when divided by 4, gives a remainder of 2; when divided by 5, gives a remainder of 3; and when divided by 6, gives a remainder of 4. Find the smallest such number.
How to solve this question in 1 min?
Any help would be appreciated. :)
$x + 2$ must be divisible by $3, 4, 5$, and $6$. Hence $x + 2 = n \cdot \text{lcm}(3,4,5,6) = n \cdot 60$, for any integer $n$. So $x = 60n - 2$ for any integer $n$. Assuming the problem asks for the "smallest positive" such number, the answer is $58$.