InterviewSolution
Saved Bookmarks
| 1. |
The Least Number Which Should Be Added To 2497 So That The Sum Is Exactly Divisible By 5, 6, 4 And 3 Is? |
|
Answer» L.C.M. of 5, 6, 4 and 3 = 60. On DIVIDING 2497 by 60, the remainder is 37. Number to be ADDED = (60 – 37) = 23. L.C.M. of 5, 6, 4 and 3 = 60. On dividing 2497 by 60, the remainder is 37. Number to be added = (60 – 37) = 23. |
|