返回题库

AIME 1983 · 第 10 题

AIME 1983 — Problem 10

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

The numbers 14471447, 10051005 and 12311231 have something in common: each is a 44-digit number beginning with 11 that has exactly two identical digits. How many such numbers are there?

解析

Solution 1

Suppose that the two identical digits are both 11. Since the thousands digit must be 11, only one of the other three digits can be 11. This means the possible forms for the number are

11xy,1x1y,1xy111xy,\qquad 1x1y,\qquad1xy1

Because the number must have exactly two identical digits, xyx\neq y, x1x\neq1, and y1y\neq1. Hence, there are 398=2163\cdot9\cdot8=216 numbers of this form.

Now suppose that the two identical digits are not 11. Reasoning similarly to before, we have the following possibilities:

1xxy,1xyx,1yxx.1xxy,\qquad1xyx,\qquad1yxx.

Again, xyx\neq y, x1x\neq 1, and y1y\neq 1. There are 398=2163\cdot9\cdot8=216 numbers of this form.

Thus the answer is 216+216=432216+216=\boxed{432}.

Solution 2

Consider all four-digit sequences with exactly two identical digits. By symmetry, 110\frac{1}{10} of these sequences start with 11.

Let AA be the digit that appears twice, and B>CB > C be the digits which appear once. Then there are 1010 choices for AA and (92)=36\binom{9}{2} = 36 choices for (B,C)(B, C). Therefore, there are 1036=36010 \cdot 36 = 360 choices for (A,B,C)(A, B, C).

For each choice of (A,B,C)(A, B, C), there are 4!2!=12\frac{4!}{2!} = 12 permutations of AABCAABC. Therefore, there are 12360=432012 \cdot 360 = 4320 four-digit sequences with exactly two identical digits. Of these sequences, 1104320=432\frac{1}{10} \cdot 4320 = \boxed{432} begin with 11.

Solution 3 (Complementary Counting)

We'll use complementary counting. We will split up into 33 cases: (1) no number is repeated, (2) 22 numbers are repeated, and 22 other numbers are repeated, (3) 33 numbers are repeated, or (4) 44 numbers are repeated.

Case 1: There are 99 choices for the hundreds digit (it cannot be 11), 88 choices for the tens digit (it cannot be 11 or what was chosen for the hundreds digit), and 77 for the units digit. This is a total of 987=5049\cdot8\cdot7=504 numbers.

Case 2: One of the three numbers must be 11, and the other two numbers must be the same number, but cannot be 11 (That will be dealt with in case 4). There are 33 choices to put the 11, and there are 99 choices (any number except for 11) to pick the other number that is repeated, so a total of 39=273\cdot9=27 numbers.

Case 3: We will split it into 22 subcases: one where 11 is repeated 33 times, and one where another number is repeated 33 times. When 11 is repeated 33 times, then one of the digits is not 11. There are 99 choices for that number, and 33 choices for its location,so a total of 93=279\cdot3=27 numbers. When a number other than 11 is repeated 33 times, then there are 99 choices for the number, and you don't have any choices on where to put that number. So in Case 3 there are 27+9=3627+9=36 numbers

Case 4: There is only 11 number: 11111111.

There are a total of 10001000 44-digit numbers that begin with 11 (from 10001000 to 19991999), so by complementary counting you get 1000(504+27+36+1)=4321000-(504+27+36+1)=\boxed{432} numbers.

Solution by Kinglogic

Solution 4 (Easy casework)

Let us proceed by casework.

Case 1: We will count the amount of numbers that have two identical digits that are not one. The thousands digit is fixed, and we are choosing two spots to hold two identical digits that are chosen from 0,290, 2-9, which is 99 options. For the last digit, their are 88 possibilities since it can be neither 11 or the other number that is chosen. The final outcome is (32){3}\choose{2} 98=216* 9 * 8 = 216 possibilities for this case.

Case 2: The last case will be the amount of numbers that have two identical digits thare are 11. There are (31){3}\choose{1} places to pick the 11. For the other 22 digits, there are 99 and 88 options respectively. Thus, we have 398=2163 * 9 * 8 = 216. Summing the two cases, we get 216+216=432216 + 216 = \boxed{432}.