Find a three-digit number with all three properties:
Give any one such number.
Set up the general form. With the hundreds digit is or . Write with digit sum .
Work out the effect of adding 2 on the digit sum.
Eliminate the no-carry case. If then leaves remainder , never . So is forced. In the single-carry case , and is a multiple of only if — which contradicts . So the double carry is the only survivor, requiring as well: , which stays a multiple of automatically.
Impose the digit-sum condition with a = 9. We need with :
List and verify.
A brute-force scan of to returns exactly these two numbers, so either one answers the question.
Need to solve a different problem like this? Open the solver →