InterviewSolution
Saved Bookmarks
| 1. |
The Least Number Of Five Digits Which Is Exactly Divisible By 12, 15 And 18, Is? |
|
Answer» LEAST number of 5 digits is 10000. L.C.M. of 12, 15 and 18 is 180. On DIVIDING 10000 by 180, the remainder is 100. Required number = 10000 + (180 - 100) = 10080. Least number of 5 digits is 10000. L.C.M. of 12, 15 and 18 is 180. On dividing 10000 by 180, the remainder is 100. Required number = 10000 + (180 - 100) = 10080. |
|