AMC 10 · 2022 · #22
Grade 8 arithmetic
Pick an answer.
AMC 10 2022 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.
Tool #9 (Easier Problem) and #2 (Systematic List): try the question for n = 2, 3, 4 cards by listing every permutation and counting passes. The data points fit the formula 2ⁿ - n - 1 (Tool #5). Why? Tool #16 (Complement / re-cast): pass 1 collects an initial segment {1, …, k}, and an ordering uses at most two passes iff cards {1, …, k} are in increasing relative order AND cards {k+1, …, 13} are in increasing relative order — that is, the permutation is the shuffle of two increasing subsequences. There are C(13, k) such shuffles for each k, but each non-trivial labeling of cards as 'first set' vs 'second set' is unique except for the fully sorted permutation which counts in every k. Tool #3 confirms the magnitude ≈ 8000 rules out (A)-(C).
Try the tiny case n = 2: orderings 12 (one pass) and 21 (two passes), so the two-pass count is 1.
Grade 3 — try a tiny case to feel out the rule.
3.OA.D.9Solve An Easier Related ProblemTry n = 3: of all 6 orderings only 123 (one pass) and 321 (three) miss, so the two-pass count is 4.
Grade 4 — enumerate by rule and tally; pattern 2ⁿ - n - 1 shows up after just two data points.
4.OA.C.5Make A Systematic ListIn general, an ordering finishes in at most two passes exactly when the row is a shuffle of two increasing runs {1,…,k} and {k+1,…,13}.
Grade 7 — recast the picking process as a structural property of the permutation.
7.SP.C.8Count The ComplementEach subset of the 13 positions chosen for the low cards gives exactly one such ordering, so there are 2¹³ = 8192 of them.
Grade 7 — each subset of positions for the low cards gives exactly one valid ordering.
7.SP.C.8Make A Systematic ListOnly the sorted row is over-counted (14 times) and it is one-pass, so exactly-two-pass orderings = 8192 - 14 = 8178, choice (D).
Grade 8 — 2¹³ from powers of 2; remove the 13 duplicates of the sorted ordering, then subtract the sorted ordering itself as one-pass.
8.EE.A.1Look For A PatternThis AMC 10 problem only needs Grade 8 powers of 2 you already know — try n=2 and n=3 by hand, spot the pattern 2ⁿ - n - 1, then plug in n = 13 to get 8192 - 14 = 8178.