返回题库

AIME 1993 · 第 1 题

AIME 1993 — Problem 1

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

How many even integers between 4000 and 7000 have four different digits?

解析

Solution 1

The thousands digit is {4,5,6}\in \{4,5,6\}.

Case 11: Thousands digit is even

4,64, 6, two possibilities, then there are only 1021=4\frac{10}{2} - 1 = 4 possibilities for the units digit. This leaves 88 possible digits for the hundreds and 77 for the tens places, yielding a total of 2874=4482 \cdot 8 \cdot 7 \cdot 4 = 448.

Case 22: Thousands digit is odd

55, one possibility, then there are 55 choices for the units digit, with 88 digits for the hundreds and 77 for the tens place. This gives 1875=2801 \cdot 8 \cdot 7 \cdot 5= 280 possibilities.

Together, the solution is 448+280=728448 + 280 = \boxed{728}.

Solution 2 by PEKKA(more elaborate)

Firstly, we notice that the thousands digit could be 44, 55 or 66. Since the parity of the possibilities are different, we cannot cover all cases in one operation. Therefore, we must do casework. Case 11:

Here we let thousands digit be 44.

4 _ _ _

We take care of restrictions first, and realize that there are 4 choices for the last digit, namely 22,66,88 and 00. Now that there are no restrictions we proceed to find that there are 88 choices for the hundreds digit and 77 choices for the tens digit. Therefore we have 874=2248 \cdot 7 \cdot 4 = 224 numbers that satisfy the conditions posed by the problem.

Case 22

Here we let thousands digit be 55.

5 _ _ _

Again, we take care of restrictions first. This time there are 5 choices for the last digit, which are all the even numbers because 5 is odd.

Now that there are no restrictions we proceed to find that there are 88 choices for the hundreds digit and 77 choices for the tens digit. Therefore we have 875=2808 \cdot 7 \cdot 5 = 280 numbers that satisfy the conditions posed by the problem.

Case 33

Here we let thousands digit be 66.

6 _ _ _

Once again, we take care of restrictions first. Since 6 is even, there are 4 choices for the last digit, namely 22,66,88 and 00

Now we proceed to find that there are 88 choices for the hundreds digit and 77 choices for the tens digit. Therefore we have 874=2248 \cdot 7 \cdot 4 = 224 numbers that satisfy the conditions posed by the problem.

Now that we have our answers for each possible thousands place digit, we add up our answers and get 224+280+224224+280+224= 728\boxed{728} ~PEKKA