Problem:
Find four different three-digit numbers (in base 10) starting with the same digit, such that their sum is divisible by three of the numbers.
Problem 160
Official solution
Solution:
Answer: , , , . Sum .
Try looking for a number of the form , , , . We want , and to have the same first digit. If the first digit is , this requires . We must now check that the fourth number which must be also has three digits starting with . It does, so we are home. [In fact, in this case the first digit must be , since .]