AMC 8 · 2005 · #24

Grade 6 arithmetic
optimization-countingparityrecursive-sequencesystematic-enumeration optimization-countingtree-enumeration ↑ Prerequisites: paritysystematic-enumeration
📏 Long solution 💡 4 insights

Problem

A certain calculator has only two keys [+1] and [x2]. When you press one of the keys, the calculator automatically displays the result. For instance, if the calculator originally displayed "9" and you pressed [+1], it would display "10." If you then pressed [x2], it would display "20." Starting with the display "1," what is the fewest number of keystrokes you would need to reach "200"?

Pick an answer.

(A)
8
(B)
9
(C)
10
(D)
11
(E)
12

AMC 8 2005 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.