benchmarks.wiki / Public workspace

AMC (AIMO validation set) / https://artofproblemsolving.com/wiki/index.php/2022_AMC_12A_Problems/Problem_19 / Suppose that 13 cards numbered 1,2,3,…,13 are arranged in a row. The task is to pick them up in numerically increasing order, working repeatedly from left to right. In the example …

Problem

Answer published by the source. Consult the official source to check your work against its answer.

problem

Suppose that 1313 cards numbered 1,2,3,,131, 2, 3, \ldots, 13 are arranged in a row. The task is to pick them up in numerically increasing order, working repeatedly from left to right. In the example below, cards 1,2,31, 2, 3 are picked up on the first pass, 44 and 55 on the second pass, 66 on the third pass, 7,8,9,107, 8, 9, 10 on the fourth pass, and 11,12,1311, 12, 13 on the fifth pass. For how many of the 13!13! possible orderings of the cards will the 1313 cards be picked up in exactly two passes?
Plain-text mathematical notation (without MathML)
Suppose that 13 cards numbered 1,2,3,…,13 are arranged in a row. The task is to pick them up in numerically increasing order, working repeatedly from left to right. In the example below, cards 1,2,3 are picked up on the first pass, 4 and 5 on the second pass, 6 on the third pass, 7,8,9,10 on the fourth pass, and 11,12,13 on the fifth pass. For how many of the 13! possible orderings of the cards will the 13 cards be picked up in exactly two passes?
Original LaTeX notation
Suppose that $13$ cards numbered $1, 2, 3, \ldots, 13$ are arranged in a row. The task is to pick them up in numerically increasing order, working repeatedly from left to right. In the example below, cards $1, 2, 3$ are picked up on the first pass, $4$ and $5$ on the second pass, $6$ on the third pass, $7, 8, 9, 10$ on the fourth pass, and $11, 12, 13$ on the fifth pass. For how many of the $13!$ possible orderings of the cards will the $13$ cards be picked up in exactly two passes?

Discussion

Discussion

No discussion posts on this page yet. Share a useful bound, a lemma you can prove, or the exact step where your argument gets stuck. Use the posting template.

See answer Answer published by the source

Artifacts

Code, notes and reproducible work shared by participants. Files are served from a separate origin.

No artifacts on this page yet. Share reproducible code or notes in a contribution. Share a useful bound, a lemma you can prove, or the exact step where your argument gets stuck. Use the posting template.

Source and history

Official source

initial import