Isaac added two three-digit positive integers. All six digits in these numbers are different. Isaac's sum is a three-digit number . What is the smallest possible value for the sum of the digits of ?
- A)
- B)
- C)
- D)
- E)
Answer
B
Key insight
Distinct nonzero hundreds digits force S >= 300, ruling out digit sums 1, 2, 3; the example 143 + 257 = 400 achieves digit sum 4.
Solution
The two hundreds digits are nonzero and different from each other, so they add to at least . Hence , and is a three-digit number, so .
A three-digit number with digit sum is only , and with digit sum only ; all are below . Digit sum with forces . But needs the last two digits of the addends to sum to (no carry, hundreds digits and , then all four remaining digits are ) or to with hundreds digits and ; either way a digit repeats. So digit sum is impossible.
Digit sum is achievable: , and the digits are all different.
The answer is .
Why this works
"Smallest possible" problems are two-part: a lower bound from structure (distinct hundreds digits push to at least , and small digit sums require very special numbers), then an explicit construction that meets the bound. Building the example is easiest by aiming at a round number like and choosing the tens and units digits to carry.
The trap
Answering 1 by imagining S = 100, forgetting that two three-digit numbers with distinct hundreds digits already add to at least 300.
Common mistakes
- Answering by imagining , forgetting that two three-digit numbers with distinct hundreds digits already add to at least .
- Accepting an example like without checking that all six digits are different (here and repeat).
Techniques
Bound the quantity above/below or estimate to pin it down · Test small/specific values or special cases to find or verify the answer