2012 AMC 10B Problem 22

Below is the professionally curated solution for Problem 22 of the 2012 AMC 10B, from LIVE by Po-Shen Loh. You can also try the full timed exam, view all 2012 AMC 10B solutions, or check the answer key.

All of the real AMC 8, AMC 10, AMC 12, and AIME problems in our complete solution collection are used with official legal permission of the Mathematical Association of America (MAA).

Concepts:arrangements with restrictionsrecursive countingwork backwards

Difficulty rating: 2060

22.

Let (a1,(a_1, a2,a_2, ... a10)a_{10}) be a list of the first 10 positive integers such that for each 22\le ii 10\le10 either ai+1a_i + 1 or ai1a_i-1 or both appear somewhere before aia_i in the list. How many such lists are there?

 120 \ 120

512 512

 1024 \ 1024

181,440 181,440

 362,880 \ 362,880

Solution:

Suppose we have a1.a_1. Then we can either add a11a_1-1 or a1+1.a_1+1. Then, when every we add some number, we must have it in a connected interval to the numbers before.

Thus, our last interval would be [1,10].[1,10]. If we construct a list backwards, we need to take either the lowest or highest numbers in the list. We can do this 99 times to get a10,a_{10}, then a9a_9 and continually until we get a2.a_2. Then, a1a_1 is given. For each index, we choose an upper or lower, so there are 22 choices. Thus, the total is 29=512.2^9=512.

Thus, the correct answer is B .

Problem 22 in Other Years