返回题库

AIME 2020 I · 第 5 题

AIME 2020 I — Problem 5

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Six cards numbered 11 through 66 are to be lined up in a row. Find the number of arrangements of these six cards where one of the cards can be removed leaving the remaining five cards in either ascending or descending order.

解析

Solution 1

Realize that any sequence that works (ascending) can be reversed for descending, so we can just take the amount of sequences that satisfy the ascending condition and multiply by two.

If we choose any of the numbers 11 through 66, there are five other spots to put them, so we get 65=306 \cdot 5 = 30. However, we overcount some cases. Take the example of 132456132456. We overcount this case because we can remove the 33 or the 22. Therefore, any cases with two adjacent numbers swapped is overcounted, so we subtract 55 cases (namely, 213456,132456,124356,123546,123465213456, 132456, 124356, 123546, 123465,) to get 305=2530-5=25, but we have to add back one more for the original case, 123456123456. Therefore, there are 2626 cases. Multiplying by 22 gives the desired answer, 052\boxed{052}.

~molocyxu

Solution 2 (Inspired by 2018 CMIMC Combo Round)

Similar to above, a 111-1 correspondence between ascending and descending is established by subtracting each number from 77.

We note that the given condition is equivalent to "cycling" 123456123456 for a contiguous subset of it. For example,

12(345)6125346,12453612(345)6 \rightarrow 125346, 124536

It's not hard to see that no overcount is possible, and that the cycle is either 11 "right" or 11 "left." Therefore, we consider how many elements we flip by. If we flip 11 or 22 such elements, then there is one way to cycle them. Otherwise, we have 22 ways. Therefore, the total number of ascending is 1+5+2(4+3+2+1)=261 + 5 + 2(4 + 3 + 2 + 1) = 26, and multiplying by two gives 052.\boxed{052}.

~awang11

Solution 3 (Table)

We create a table with each digit in a corresponding slot. A sample one is shown below.

AIME diagram

The values highlighted in red are repeated values of an element that is highlighted green in the table. We count the values highlighted green. There are 2626 of these values.

Notice (like said in Solution 1) that there is symmetry between the ascending and descending placements of the cards. This means we must multiply 2626 by 22, giving us 26×2=26 \times 2 = 052.\boxed{052}.

~Pinotation

~Table by Pinotation

Solution 4

Similarly to Solution 2, we find the number of ascending arrangements and multiply by 2.

We can choose 55 cards to be the ascending cards, therefore leaving 66 places to place the remaining card. There are (65)6=36\binom{6}{5}\cdot 6=36 to do this. However, since the problem is asking for the number of arrangements, we overcount cases such as 123456123456. Notice that the only arrangements that overcount are 123456123456 (case 1) or if two adjacent numbers of 123456123456 are switched (case 2).

Case 1: \text{Case 1: } This arrangement is counted 66 times. Each time it is counted for any of the 55 numbers selected. Therefore we need to subtract 55 cases of overcounting.

Case 2: \text{Case 2: } Each time 22 adjacent numbers of switched, there is one overcount. For example, if we have 213456213456, both 11 or 22 could be removed. Since there are 55 possible switches, we need to subtract 55 cases of overcounting.

Therefore, we have 3655=2636-5-5=26 total arrangements of ascending numbers. We multiply by two (for descending) to get the answer of 052.\boxed{052}.

~PCChess

Solution 5 (No Overcounting)

Like in previous solutions, we will count the number of ascending arrangements and multiply by 2.

First, consider the arrangement 1-2-3-4-5-6. That gives us 1 arrangement which works.

Next, we can switch two adjacent cards. There are 5 ways to pick two adjacent cards, so this gives us 5 arrangements.

Now, we can "cycle" 3 adjacent cards. For example, 1-2-3 becomes 2-3-1 which becomes 3-1-2. There are 4 ways to pick a set of 3 adjacent cards, so this gives us 4x2=8 arrangements.

Cycling 4 adjacent cards, we get the new arrangements 2-3-4-1 (which works), 3-4-1-2 (which doesn't work), and 4-1-2-3 (which does work). We get 6 arrangements.

Similarly, when cycling 5 cards, we find 2x2=4 arrangements, and when cycling 6 cards, we find 2x1=2 arrangements.

Adding, we figure out that there are 1+5+8+6+4+2=26 ascending arrangements. Multiplying by 2, we get the answer 052.\boxed{052}.

~i8Pie

Solution 6 (Official MAA 1)

First count the number of permutations of the cards such that if one card is removed, the remaining cards will be in ascending order. There is 11 such permutation where all the cards appear in order: 123456.123456. There are 55 such permutations where two adjacent cards are interchanged, as in 124356.124356. The other such permutations arise from removing one card from 123456123456 and placing it in a position at least two away from its starting location. There are 44 such positions to place each of the cards numbered 11 and 6,6, and 33 such positions for each of the cards numbered 2,3,4,2, 3, 4, and 5.5. This accounts for 24+43=202\cdot4 + 4\cdot3 =20 permutations. Thus there are 1+5+20=261 + 5 + 20 = 26 permutations where one card can be removed so that the remaining cards are in ascending order. There is an equal number of permutations that result in the cards' being in descending order. This gives the total 26+26=5226 + 26 = \boxed{52}.

Solution 7 (Official MAA 2)

More generally, suppose there are n4n \geq 4 cards numbered 1,2,3,,n1, 2, 3, \dots, n arranged in ascending order. If any one of the nn cards is removed and placed in one of the nn positions in the arrangement, the resulting permutation will have the property that one card can be removed so that the remaining cards are in ascending order. This accounts for nn=n2n\cdot n = n^2 permutations. However, the original ascending order has been counted nn times, and each order that arises by switching two neighboring cards has been counted twice. Hence the number of arrangements where one card can be removed resulting in the remaining cards' being in ascending order is n2(n1)(n1)=(n1)2+1.n^2-(n-1)-(n-1)=(n-1)^2+1. When n=6n = 6, this is (61)2+1=26(6-1)^2+1 = 26, and the final answer is 226=522\cdot26 = \boxed{52}.

Solution 8 (Casework)

For ascending, if the 11 goes in anything but the first two slots, the rest of the numbers have to go in ascending from 22, which are 44 cases if there are 66 cards. If 11 goes in the second spot, then you can put any of the rest in the first slot but then the rest are determined, so in the case of 66 cards, that gives 55 more. If 11 goes in the first slot, that means that you are doing the same problem with n1n-1 cards. So the recursion is an=(n2)+(n1)+an1a_n=(n-2)+(n-1)+a_{n-1}. There's a1=1a_1=1 and a2=2a_2=2, so you get a3=2+3=5a_3=2+3=5, a4=5+5=10a_4=5+5=10, a5=7+10=17a_5=7+10=17, and a6=9+17=26a_6=9+17=26. Or you can see that an=(n1)2+1a_n=(n-1)^2+1. We double to account for descending and get 052\boxed{052}.

~ahclark11

Solution 9 (Symmetry and Case Study)

First, we know that ascending order and descending order are symmetrical to each other (namely, if we get 132456 where after we take out 3, it will be one scenario; and if we flip it and write 654231, it will be another scenario)

Thus, we only need to consider either descending or ascending and then times 2. WLOG let us consider ascending order

Case 1: after we take out 1, the rest will be in ascending order:

2 3 4 5 6

Notice that 1 can be tucked in any one of the 6 spaces, thus there are 6 scenarios.

Case 2: after we take out 2, the rest will be in ascending order:

1 3 4 5 6

Notice that if we put 2 next to 1 (to the right or to the left of 1), it will be an overcount, so there are only 4 cases for 2.

It is easy to see that this is the same for 3, 4, 5, and 6.

Thus, in total, we have

(6+4×5)×2=052(6+4\times5)\times2=\boxed{052} ~Adali

Solution 10 (Illustration)

We start with five cards in ascending order, then insert the sixth card to obtain a valid arrangement.

Based on the card to be inserted, we have six cases. As shown below, the red squares indicate the possible positions to insert the sixth card.

AIME diagram

Note that all arrangements of the six cards are distinct.

There are 2626 arrangements in which removing one card will leave the remaining five cards in ascending order. By symmetry, there are 2626 arrangements in which removing one card will leave the remaining five cards in descending order. So, the answer is 262=052.26\cdot2=\boxed{052}.

~MRENTHUSIASM

Solution 11

We first realize that as long as we have an ascending sequence of 55 numbers, we can just plug in a 66th to make a sequence that works. For example, if we have 1234512345, we can plug in a 66 in any of 66 spaces, before 11, between 11 and 22, and so on to after 55. We can also realize that this is completely symmetrical if the sequence is in descending order. For example, we could have 5432154321, and we could plug in a 6 in 6 of the spaces. For the total number of combinations, we have 6 ascending cases multiplied by the 66 places that can hold whatever number is missing, and multiply by 2 because there is descending and ascending number cases.

But wait, what if we have 1234512345 and plug in a 66 at the end and 1234612346 and plug in a 55 at the 55th spot? We have overcounted, so we need to subtract off the identical pairs. Assume that one of them is the "right" combination. That means that there are 11 "right" combination because all the rest will have 22 of their combinations taken by the previous one. For example, if I have 1235612356 and 1234612346, I would count those 123456123456 as 1235612356's instead of 1234612346's. Therefore, we have 6+4+4+4+4+4=266+4+4+4+4+4 = 26 combinations of ascending order, and since we need to count those of descending order as well, we have 262=052.26\cdot2=\boxed{052}.

Side note: We could have just realized that the first part was unnecessary, but it does help you understand the problem better.

~Arcticturn

Solution 12

Like the previous solutions, we calculate ascending possibilities then multiply by two. Then, the configuration can look like +++++ or +-+++ (the minus can go anywhere), where "+" indicates an increase, and "-" indicates a decrease. Obviously, for the first case, the only possibility is 123456. For the second case, we can start with 123456, and then take either a card after the "-" and put it before the "-", or we could take a card before the "-" and put it after the "-". This means that every card other than the one at the position of the "-" can be used in one way. There are five ways to have 4 plus's, and one minus, and for each way, there are 5 ways to rearrange 123456 to achieve that. So, our answer is 2(55+1)=0522(5\cdot5+1)=\boxed{052}

Solution 13 (Undercount+add cases)

First, we select 55 of the 66 cards to put in ascending or descending order. Then, we must add the other card to the group to arrange the six cards such that one can be removed so that the remaining cards are in ascending or descending order. Then, it would seem that the answer is (6C5)2(6C5)*2(ascending or descending)*66(the number of ways to place the last card). However, this overcounts some cases. For example, 123456 and 654321 can be made with 12345 and 6, 12346 and 5, etc. Furthermore, 654312 can be made with 65432 and 1 or 65431 and 2. Therefore, we first find that (6C5)24(6C5)*2*4=4848. Then, we add the special cases (123456123456, 654321654321, 654312654312, 123465123465) to obtain 052\boxed{052}.

~mathMagicOPS

Video Solution

https://www.youtube.com/watch?v=5iwdFd2OLKM&list=PLLCzevlMcsWN9y8YI4KNPZlhdsjPTlRrb&index=5 ~ MathEx

Video Solution

https://www.youtube.com/watch?v=E6YJh7vsLPU

Video Solution

https://youtu.be/ctVf7X6fTLI