

InterviewSolution
Saved Bookmarks
1. |
Find the number which is nearest to 3105 and is exactly divisible by 21. |
Answer» On dividing 3105 by 21, we get 18 as remainder. Number to be added to 3105 = (21 - 18) - 3. Hence, required number = 3105 + 3 = 3108. |
|