Saved Bookmarks
| 1. |
Find the least number that must be added to 1000 so that the sum is exactly divisible by 16,64 and 256. |
|
Answer» Answer: let the smallest SUM X then ACCORDING to question :- (X+1000)/1664256 = 1 X + 1000 = 1664256 X = 1664256-1000 X = 1663256 ans:- 16,63,256 Hope it helps U |
|