InterviewSolution
Saved Bookmarks
| 1. |
What Is The Smallest 6 Digit Number Exactly Divisible By 111? |
|
Answer» Smallest 6 digit number = 100000 100000÷111 = 900, remainder = 100. Hence 11 should be added to 100000 to get the smallest 6 digit number exactly divisible by 111 THEREFORE, smallest 6 digit number exactly divisible by 111= 100000 + 11 = 100011 Smallest 6 digit number = 100000 100000÷111 = 900, remainder = 100. Hence 11 should be added to 100000 to get the smallest 6 digit number exactly divisible by 111 Therefore, smallest 6 digit number exactly divisible by 111= 100000 + 11 = 100011 |
|