Problem:
A certain calculator has only two keys [+1] and [Γ2]. 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 [Γ2], it would display "20." Starting with the display "1," what is the fewest number of keystrokes you would need to reach "200"?
Answer Choices:
A. 8
B. 9
C. 10
D. 11
E. 12
Solution:
One way to solve the problem is to work backward, either dividing by 2 if the number is even or subtracting 1 if the number is odd.
200/2β100/2β50/2β25β1β24/2β12/2β6/2β3β1β2/2β1
So if you press [Γ2][+1][Γ2][Γ2][Γ2][+1][Γ2][Γ2][Γ2] or 9 keystrokes, you can reach "200" from "1."
To see that no sequence of eight keystrokes works, begin by noting that of the four possible sequences of two keystrokes, [Γ2][Γ2] produces the maximum result. Furthermore, [+1][Γ2] produces a result larger than either [Γ2][+1] or [+1][+1]. So the largest possible result of a sequence of eight keystrokes is "256," produced by either
[Γ2][Γ2][Γ2][Γ2][Γ2][Γ2][Γ2][Γ2]
or
[+1][Γ2][Γ2][Γ2][Γ2][Γ2][Γ2][Γ2].
The second largest result is "192," produced by
[Γ2][+1][Γ2][Γ2][Γ2][Γ2][Γ2][Γ2].
Thus no sequence of eight keystrokes produces a result of "200."
Answer: Bβ.
The problems on this page are the property of the MAA's American Mathematics Competitions