返回题库

AIME 2022 I · 第 6 题

AIME 2022 I — Problem 6

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Find the number of ordered pairs of integers (a,b)(a, b) such that the sequence

3,4,5,a,b,30,40,503, 4, 5, a, b, 30, 40, 50 is strictly increasing and no set of four (not necessarily consecutive) terms forms an arithmetic progression.

解析

Solution 1

Since 3,4,5,a3,4,5,a and 3,4,5,b3,4,5,b cannot be an arithmetic progression, aa or bb can never be 66. Since b,30,40,50b, 30, 40, 50 and a,30,40,50a, 30, 40, 50 cannot be an arithmetic progression, aa and bb can never be 2020. Since a<ba < b, there are (2422)=231{24 - 2 \choose 2} = 231 ways to choose aa and bb with these two restrictions in mind.

However, there are still specific invalid cases counted in these 231231 pairs (a,b)(a,b). Since

3,5,a,b3,5,a,b cannot form an arithmetic progression, (a,b)(7,9)\underline{(a,b) \neq (7,9)}.

a,b,30,50a,b,30,50 cannot be an arithmetic progression, so (a,b)(10,10)(a,b) \neq (-10,10); however, since this pair was not counted in our 231231, we do not need to subtract it off.

3,a,b,303,a,b,30 cannot form an arithmetic progression, so (a,b)(12,21)\underline{(a,b) \neq (12,21)}.

4,a,b,404, a, b, 40 cannot form an arithmetic progression, so (a,b)(16,28)\underline{(a,b) \neq (16,28)}.

5,a,b,505, a,b, 50 cannot form an arithmetic progression, (a,b)20,35(a,b) \neq 20, 35; however, since this pair was not counted in our 231231 (since we disallowed aa or bb to be 2020), we do not to subtract it off.

Also, the sequences (3,a,b,40)(3,a,b,40), (3,a,b,50)(3,a,b,50), (4,a,b,30)(4,a,b,30), (4,a,b,50)(4,a,b,50), (5,a,b,30)(5,a,b,30) and (5,a,b,40)(5,a,b,40) will never be arithmetic, since that would require aa and bb to be non-integers.

So, we need to subtract off 33 progressions from the 231231 we counted, to get our final answer of 228\boxed{228}.

~ ihatemath123

Solution 2 (Rigorous)

We will follow the solution from earlier in a rigorous manner to show that there are no other cases missing.

We recognize that an illegal sequence (defined as one that we subtract from our 231) can never have the numbers {3, 4} and {4,5} because we have not included a 6 in our count. Similarly, sequences with {30,40} and {40,50} will not give us any subtractions because those sequences must all include a 20. Let's stick with the lower ones for a minute: if we take them two at a time, then {3,5} will give us the subtraction of 1 sequence {3,5,7,9}. We have exhausted all pairs of numbers we can take, and if we take the triplet of single digit numbers, the only possible sequence must have a 6, which we already don't count. Therefore, we subtract 1\textbf{1} from the count of illegal sequences with any of the single-digit numbers and none of the numbers 30,40,50. (Note if we take only 1 at a time, there will have to be 3 of a,ba, b, which is impossible.)

If we have the sequence including {30,50}, we end up having negative values, so these do not give us any subtractions, and the triplet {30,40,50} gives us a 20. Hence by the same reasoning as earlier, we have 0 subtractions from the sequences with these numbers and none of the single digit numbers {3,4,5}.

Finally, we count the sequences that are something like (one of 3,4,5,), a,ba, b, (one of 30, 40, 50). If this is to be the case, then let aa be the starting value in the sequence. The sequence will be a,a+d,a+2d,a+3da, a+d, a+2d, a+3d; We see that if we subtract the largest term by the smallest term we have 3d3d, so the subtraction of one of (30,40,50) and one of (3,4,5) must be divisible by 3. Therefore the only sequences possible are 3,a,b,30;4,a,b,40;5,a,b,503,a,b,30; 4,a,b,40; 5,a,b,50. Of these, only the last is invalid because it gives b=35b = 35, larger than our bounds 6.Therefore,wesubtract6. Therefore, we subtract\textbf{2}$ from this case.

Our final answer is 23112=228231 - 1 - 2 = \boxed{228}

~KingRavi

Solution 3

Denote S={(a,b):6a<b29}S = \left\{ (a, b) : 6 \leq a < b \leq 29 \right\}.

Denote by AA a subset of SS, such that there exists an arithmetic sequence that has 4 terms and includes aa but not bb.

Denote by BB a subset of SS, such that there exists an arithmetic sequence that has 4 terms and includes bb but not aa.

Hence, CC is a subset of SS, such that there exists an arithmetic sequence that has 4 terms and includes both aa and bb.

Hence, this problem asks us to compute

S(A+B+C).| S | - \left( | A | + | B | + | C | \right) . First, we compute S| S |.

We have S=(296+12)=(242)=276| S | = \binom{29 - 6 + 1}{2} = \binom{24}{2} = 276.

Second, we compute A| A |.

Case 1\textbf{Case 1}: a=6a = 6.

We have b=8,,19,21,22,,29b = 8 , \cdots , 19, 21, 22, \cdots, 29. Thus, the number of solutions is 22.

Case 2\textbf{Case 2}: a=20a = 20.

We have b=21,22,,29b = 21, 22, \cdots , 29. Thus, the number of solutions is 9.

Thus, A=22+9=31| A | = 22 + 9 = 31.

Third, we compute B| B |.

In BB, we have b=6,20b = 6, 20. However, because 6a<b6 \leq a < b, we have b7b \geq 7. Thus, b=20b = 20.

This implies a=7,8,9,11,12,,19a = 7, 8, 9, 11, 12, \cdots , 19. Note that (a,b)=(10,20)(a, b)=(10, 20) belongs in CC.

Thus, B=12| B | = 12.

Fourth, we compute C| C |.

Case 1\textbf{Case 1}: In the arithmetic sequence, the two numbers beyond aa and bb are on the same side of aa and bb.

Hence, (a,b)=(6,7),(7,9),(10,20)(a, b) = (6 , 7), (7, 9) , (10, 20). Therefore, the number solutions in this case is 3.

Case 2\textbf{Case 2}: In the arithmetic sequence, the two numbers beyond aa and bb are on the opposite sides of aa and bb.

Case 2.1\textbf{Case 2.1}: The arithmetic sequence is 3,a,b,303, a, b, 30.

Hence, (a,b)=(12,21)(a, b) = (12, 21).

Case 2.2\textbf{Case 2.2}: The arithmetic sequence is 4,a,b,404, a, b, 40.

Hence, (a,b)=(16,28)(a, b) = (16, 28).

Case 2.3\textbf{Case 2.3}: The arithmetic sequence is 5,a,b,505, a, b, 50.

Hence, (a,b)=(20,35)(a, b) = (20, 35). However, the sequence ...20,35,30,40,50... 20, 35, 30, 40, 50 is not strictly increasing.

Putting two cases together, C=65.| C | = 65.

Therefore,

S(A+B+C)=276(31+12+5)=228.| S | - \left( | A | + | B | + | C | \right) = 276 - \left( 31 + 12 + 5 \right) = \boxed{228}. ~Steven Chen (www.professorchenedu.com)

Solution 4

divide cases into 7a<20;21a287\leq a<20; 21\leq a\leq28.(Notice that aa can't be equal to 6,206,20, that's why I divide them into two parts. There are three cases that arithmetic sequence forms: 3,12,21,30;4,16,28,40;3,5,7,93,12,21,30;4,16,28,40;3,5,7,9.(NOTICE that 5,20,35,505,20,35,50 IS NOT A VALID SEQUENCE!) So when 7a<207\leq a<20, there are 10+11+12+...+22313=19210+11+12+...+22-3-13=192 possible ways( 3 means the arithmetic sequence and 13 means there are 13 "a" s and b cannot be 20)

When 21a2821\leq a \leq 28, there are 1+2++8=361+2+\cdots+8=36 ways.

In all, there are 192+36=228192+36=\boxed{228} possible sequences.

~bluesoul