2020 AMC 8

Complete problem set with solutions and individual problem pages

Problem 7 Easy

How many integers between 2020 and 2400 have four distinct digits arranged in increasing order? (For example, 2347 is one integer.).

  • A.

    9

  • B.

    10

  • C.

    15

  • D.

    21

  • E.

    28

Answer:C

Solution 1

Firstly, we can observe that the second digit of such a number cannot be 1 or 2 because the digits must be distinct and in increasing order. The second digit also cannot be 4 as the number must be less than 2400, so the second digit must be 3. It remains to choose the latter two digits, which must be 2 distinct digits from \left\{4,5,6,7,8,9\right\}. That can be done in \binom{6}{2} = \frac{6 \cdot 5}{2 \cdot 1} = 15 ways; there is then only 1 way to order the digits, namely in increasing order. This means the answer is \boxed{\textbf{(C) }15}.

 

Solution 2

As in Solution 1, we find that the first two digits must be 23, and the third digit must be at least 4 because the digits can not repeat. If it is 4, then there are 5 choices for the last digit, namely 5, 6, 7, 8, or 9. Similarly, if the third digit is 5, there are 4 choices for the last digit, namely 6, 7, 8, and 9; if 6, there are 3 choices; if 7, there are 2 choices; and if 8, there is 1 choice. It follows that the total number of such integers is 5+4+3+2+1=\boxed{\textbf{(C) }15}.