Question 1210212
<br>
sum of digits is 6
at most one even digit (i.e., either one or none)
strictly decreasing digits<br>
(1) first digit 6<br>
Clearly there is only one such string with first digit 6: 6<br>
(2) first digit 5<br>
The sum of the remaining digits must be 1, and the digits must be strictly decreasing.  There are, simply, two such numbers: 51 and 510.<br>
(3) first digit 4<br>
The sum of the remaining digits must be 2; we can't have another even digit; and the digits must be strictly decreasing.  Simple observation shows there are no such numbers.<br>
first digit 3<br>
The sum of the remaining digits must be 3, and the digits must be strictly decreasing.  Also trivially, there is one such number: 321.<br>
Clearly there are no other numbers that satisfy all the conditions.<br>
ANSWER: 4 (6, 51, 510, 321)<br>