Question
Find the largest three-digit number that leaves '3', '4'
and '5' as remainder when it is divided by '7', '8' and '9', respectively.Solution
LCM (7, 8 and 9) = 504 We can see that in all three cases the remainder is 4 less than the number. So, required number = 504 - 4 = 500
More No. System Questions