First, consider a random three digit number as an example: 375 = 100(3) + 10(7) + 1(5), because 3 is in the hundreds place, 7 is in the tens place, and 5 is in the ones place. More generally, ABC = 100(A) + 10(B) + 1(C). For digit problems, particularly those that involve
“shuffling” or permutations of digits, we must think about place value.
Since we are dealing with three unique digits, the number of possible sequences will be 3! or 6. If we write them out, we can see a pattern:
ABC
ACB
BAC
BCA
CAB
CBA
Notice that each unique digit appears exactly twice in each column, so each column individually sums to 2(A + B + C).
Sum of the hundreds column: 100 × 2(A + B + C) = 200(A + B + C)
Sum of the tens column: 10 × 2(A + B + C) = 20(A + B + C)
Sum of the ones column: 1 × 2(A + B + C) = 2(A + B + C)
Altogether, the sum of the three-digit numbers is (200 + 20 + 2)(A + B + C) = 222(A + B + C). Regardless of the values of A, B, and C, the sum of the three-digit numbers must be divisible by 222 and all of its factors: 1, 2, 3, 6, 37, 74, 111, and 222. The only answer choice that is not among these
is 11.
The correct answer is D.