I am trying to solve the following problem:
Digital sum is defined as the sum of the decimal digits of an integer. E.g. Digital sum of 385 = 3+8+5 = 16. Among 35 two-digit integers ($ \ge 10 $), show that there are 3 integers that share the same digital sum
I tried to find the smallest possible digit sum that any two-digit integer ($\ge 10$). This would clearly be $ 1 + 0 = 10 $. The greatest would be $ 9 + 9 = 18 $. Thus, there are 18 possible digital sums. By pigeonhole, $ \lceil\frac{35}{18}\rceil = 2 $. This means that there are at least 2 similar digital sums. I don't know what is incorrect with my method. Could anyone please advise me?
Hint: For some of the digital sums, it is impossible to have more than one number with that sum. Taking into account that you can have at most one number with each of those sums, see how many numbers you must have split among the remaining sums.