1992 AIME Problems/Problem 2

Revision as of 12:35, 3 August 2006 by JBL (talk | contribs)

Problem

A positive integer is called ascending if, in its decimal representation, there are at least two digits and each digit is less than any digit to its right. How many ascending positive integers are there?

Solution

Note that an ascending number is exactly determined by its digits: for any set of digits (not including 0, since the only position for 0 is at the leftmost end of the number, i.e. a leading 0), there is exactly one ascending number with those digits.

So, there are nine digits that may be used: $\displaystyle 1,2,3,4,5,6,7,8,9.$ Note that each digit may be present or may not be present. Hence, there are $\displaystyle 2^9=512$ working numbers, one for each subset of $\{1, 2, 3, 4, 5, 6, 7, 8, 9\}$.

However, we've counted one-digit numbers and the empty set, so we must subtract them off to get our answer, $\displaystyle 512-10=502.$

See also