

InterviewSolution
Saved Bookmarks
1. |
Find the smallest number of 6 digits which is exactly divisible by 111. |
Answer» Smallest number of 6 digits is 100000. On dividing 100000 by 111, we get 100 as remainder. Number to be added = (111 - 100) - 11. Hence, required number = 100011. |
|