Saved Bookmarks
| 1. |
123. What is the smallest number which must be added to 1000 to make it divisibleby 300 |
|
Answer» Answer: 900,600 Step-by-step EXPLANATION: the SMALLEST number provide you mean integer divison is 300-1000mod 300 where mod means the modulo operation which gives the remainder of the integer division of 1000 by 300 1000 mod 300=100 300-100=200 the smallest number is then 200 as 1000 is divisible by300 but on the NEGATIVE scale-100 can be added to 1000 as 900 is divisible by 300 and 1000(-400)=600 600is divisible by 300 |
|