AMC 10 · 2024 · #6

학년 4 counting
pattern-recognitionsystematic-enumerationsequences-arithmetic easier-related-problempattern-recognitionoptimization-counting ↑ 선수 지식: systematic-enumerationmulti-digit-arithmetic
📏 중간 풀이 💡 3 개 인사이트

문제

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.)

답을 골라 클릭하세요.

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

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

풀이는 먼저 직접 풀어본 뒤에 보는 게 가장 효과적이에요.