InterviewSolution
Saved Bookmarks
| 1. |
Determine the smallest 3-digit number which is exactly divisible by 6, 8 and 12. |
|
Answer» LCM of 6,8 and 12 is 24 now we want smallest 3 digit number which is a multiple of 24. ` 24 xx 5=120`Ans is 120. |
|