Problem:
Compute the sum of all two-digit positive integers such that for all three-digit (base 10) positive integers , if is a multiple of , then the three-digit (base 10) number is also a multiple of .
Problem:
Compute the sum of all two-digit positive integers such that for all three-digit (base 10) positive integers , if is a multiple of , then the three-digit (base 10) number is also a multiple of .
Solution:
Note that must also be a multiple of . Choosing means that divides , and this is clearly a necessary and sufficient condition. The only two-digit factors of are and , so our answer is .