InterviewSolution
Saved Bookmarks
| 1. |
55000-12. Find the least 6-digit number exactly divisible by 83.Jonon bourhood for 1200 |
|
Answer» is the least 6 digit number exactly divisible by 83? the least 6 digit number exactly divisible by 83 is100015 Least six-digit number = 100000Here, dividend = 100000 and divisor = 83In order to find a number exactly divisible by 83, we have to subtract the remainder from the dividend.i.e., 100000 − 68 = 99932 So, 99932 is the least six-digit number exactly divisible by 83. |
|