InterviewSolution
Saved Bookmarks
| 1. |
What is the least possible number which must be added to 4722 so that it becomes divisible by21, 25, 27 and 35 ? |
|
Answer» Solution :The NUMBER which number is divisible by 21, 25 , 27 and 35 is the LCM of 21, 25, 27 and 35 = 4725. So the required number = 4725 - 4722 = 3. |
|