InterviewSolution
Saved Bookmarks
| 1. |
What is that least number which is wheradded to 52,792, the new number becomesperfectly divisible by 15? |
|
Answer» After dividing 52792 by 15 , We get the remainder = 7 The quotient = 3519 . Then multiply 15 by 3520 . The product we get = 52,800 Subtracting 52792 from 52800 , We get the difference = 8 So if we add 8 to 52792 it will exactly divide by 15 . The required Answer is 8 . 8 must be added to 52792 for making it a multiple of 15. Like my answer if you find it useful! |
|