What is the smallest non-negative number that must be added to 289 so that the result is divisible by 11
Note
289 divided by 11 leaves remainder 3 (11×26=286). To reach the next multiple of 11, add 11−3 = 8, so adding 8 yields 297 which is divisible by 11.
