The third digit must be at least 3 since the smallest possible sum of two
digits from 1 through 9 is 1+2=3.
If the third digit is 3, then
the combination must be 123 in
that order.
If the third digit is 4, then
the other two digits must be 1 and
3 since these are the only two
distinct digits that have a sum of 4. Thus, the only possible combination
with third digit 4 is 134. Note that 224 is not allowed since the digits
must be distinct.
If the third digit is 5, then
the first two must be either 1 and
4 or 2 and 3. Continuing in this way, we can list
all possible combinations:
123, 134, 145, 156, 167, 178, 189,
235, 246, 257, 268, 279,
347, 358, 369,
459
There are 16 possible
combinations.