AMC 10 · 2024 · #6

Grade 4 counting
pattern-recognitionsystematic-enumerationsequences-arithmetic easier-related-problempattern-recognitionoptimization-counting ↑ Prerequisites: systematic-enumerationmulti-digit-arithmetic
📏 Medium solution 💡 3 insights

Problem

What is the minimum number of successive swaps of adjacent letters in the string ABCDEFABCDEF that are needed to change the string to FEDCBA?FEDCBA? (For example, 33 swaps are required to change ABCABC to CBA;CBA; one such sequence of swaps is
ABCBACBCACBA.ABC\to BAC\to BCA\to CBA.)

Pick an answer.

(A)
~6
(B)
~10
(C)
~12
(D)
~15
(E)
~24

AMC 10 2024 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.

Try it yourself first — the explanation is most useful after you’ve attempted it.