Skip to main content

2021 AMC 10B Problem 16

Problem 16 of 25IntermediateNumber TheoryCounting & Probability

Call a positive integer an uphill integer if every digit is strictly greater than the previous digit. For example, 1357,1357, 89,89, and 55 are all uphill integers, but 32,32, 1240,1240, and 466466 are not. How many uphill integers are divisible by 15?15?

Answer choices

Show solution

Solution

If a number is divisible by 15,15, it has a units digit of 00 or 5.5. If the units digit is 00 and the digits are strictly increasing, then the number is 0,0, which isn’t positive. Therefore, we can just look at numbers with a units digit of 5.5. Next, we need to find uphill integers that are a multiple of 3.3. This means the other digits are a subset of {1,2,3,4}.\{1,2,3,4\}. Taking the sum of the set must have a remainder of 11 when divided by 3.3. Also, having or taking out 33 wouldn’t affect the remainder, so we can take the number of subsets without a 33 and multiply it by 2.2. There are only 33 such subsets, namely {1},{4},\{1\}, \{4\}, and {1,2,4}.\{1,2,4\}. Thus, there are 66 total subsets. Thus, the correct answer is C .

More practice

Concepts: subsets · divisibility

Problem text and solution from the LIVE past-contest archive. See also the AoPS wiki page for community solutions.