AMC 10 Daily Practice Round 3

Complete problem set with solutions and individual problem pages

Problem 18 Hard

Some integers m with 1<m<100000 have the property that the product of the digits of m is equal to 200. If N is the number of such integers m, what is the integer formed by the rightmost two digits of N?

  • A.

    17

  • B.

    27

  • C.

    37

  • D.

    47

  • E.

    57

Answer:B

There are no 2-digit integers with the given property. This is because the product of the digits of a 2-digit number is at most 9\times 9=81<200.

Observe that 200=2^3\times 5^2. We are essentially looking for products of 3, 4, or 5 digits that equal 200. The only digit that is a multiple of 5 is 5 itself, so no matter how many digits m has, exactly two of its digits must be 5. The number of 3-digit numbers m with the given property is 3, since if two of the digits are 5, the third must be 8. There are three 3-digit numbers with one digit equal to 8 and two digits equal to 5. They are 558, 585, and 855.

If m has four digits, then two digits are 5 and the other two digits have a product of 8. The only ways to express 8 as a product of two integers is 8=2\times 4 and 8=1\times 8. In either case, there are six ways to choose where the two digits equal to 5 go. They are

55_ _

5_5_

5__5

_55_

_5_5

__55

In each of these 6 cases, there are 2 ways to place the remaining digits. There are also two choices for the remaining two digits (2 and 4 or 1 and 8), so the number of 4-digit numbers with the given property is 6\times 2\times 2=24.

Using a similar method of counting, we conclude that if m has 5 digits, then there are 10 ways to place the two digits that are equal to 5. The remaining three digits must have a product of 8, so they must be 1, 1, and 8 or 1, 2, and 4 or 2, 2, and 2. If the remaining digits are 1, 1, and 8, then there are 3 choices of where to place the remaining digits. This is because once the 8 is placed, the last two digits must be 1 (there is no choices). If the remaining digits are 1, 2, and 4, then there are 6 ways to place the remaining digits. This is because there are 6 ways to order the digits 1, 2, and 4. Finally, if the remaining digits are all 2, then there is only one way to place the digits. Thus, there are 3\times 10+6\times 10+10=100 five-digit numbers with the given property.

The total number of integers m with 1<m<100000 with the property that the product of the digits is 200 is 3+24+100=127. The integer formed by the rightmost 2 digits of N is 27.