2000 AIME I Problems/Problem 15

Revision as of 21:34, 28 March 2008 by Silversheep (talk | contribs)

Problem

A stack of $2000$ cards is labelled with the integers from $1$ to $2000,$ with different integers on different cards. The cards in the stack are not in numerical order. The top card is removed from the stack and placed on the table, and the next card is moved to the bottom of the stack. The new top card is removed from the stack and placed on the table, to the right of the card already there, and the next card in the stack is moved to the bottom of the stack. The process - placing the top card to the right of the cards already on the table and moving the next card in the stack to the bottom of the stack - is repeated until all cards are on the table. It is found that, reading from left to right, the labels on the cards are now in ascending order: $1,2,3,\ldots,1999,2000.$ In the original stack of cards, how many cards were above the card labeled 1999?

Solution

We try to work backwards. At the end all cards are in a row from left to right in sequential order. We reverse the step: Place the rightmost card on the pile, then place the bottom card on top. Let $p_{k}$ be the position of card 1999 counting from the bottom of the stack when there are $2\leq k\leq 2000$ cards in the stack. We have $p_{2}=2$. Setting up an recurrence, $p_{n+1}=n$ if $p_{n}=1$ and $p_{n+1}=p_{n}-1$ else. Calculating a few terms we see the pattern $p_{3 \cdot 2^k - n}= n+1$ for $n<2 \cdot 2^{k-1}$.

$927$ cards are above the one labeled $1999$.

Template:Incomplete

See also

2000 AIME I (ProblemsAnswer KeyResources)
Preceded by
Problem 14
Followed by
Last Question
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
All AIME Problems and Solutions