InterviewSolution
Saved Bookmarks
| 1. |
What least number must be added to 750 so that the sum is completely divisible by 59?1). 152). 183). 114). 17 |
|
Answer» Check through options: 1)15 750 + 15 = 765/59 = 12.96 2) 18 750 + 18 = 768/59 = 13.01 3) 11 750 + 11 = 761/59 = 12.89 4) 17 750 + 17 = 767/59 = 13 ∴ If 17 is ADDED into 750 then number is completely DIVISIBLE by 59. |
|