Difference between revisions of "2012 AMC 12B Problems/Problem 14"
(→Solution) |
(→Problem) |
||
Line 1: | Line 1: | ||
== Problem== | == Problem== | ||
− | Bernardo and Silvia play the following game. An integer between 0 and 999 inclusive is selected and given to Bernardo. Whenever Bernardo receives a number, he doubles it and passes the result to Silvia. Whenever Silvia receives a number, she addes 50 to it and passes the result to Bernardo. The winner is the last person who produces a number less than 1000. Let | + | Bernardo and Silvia play the following game. An integer between <math>0</math> and <math>999</math> inclusive is selected and given to Bernardo. Whenever Bernardo receives a number, he doubles it and passes the result to Silvia. Whenever Silvia receives a number, she addes <math>50</math> to it and passes the result to Bernardo. The winner is the last person who produces a number less than <math>1000</math>. Let <math>N</math> be the smallest initial number that results in a win for Bernardo. What is the sum of the digits of <math>N</math>? |
+ | |||
<math> \textbf{(A)}\ 7\qquad\textbf{(B)}\ 8\qquad\textbf{(C)}\ 9\qquad\textbf{(D)}\ 10\qquad\textbf{(E)}\ 11 </math> | <math> \textbf{(A)}\ 7\qquad\textbf{(B)}\ 8\qquad\textbf{(C)}\ 9\qquad\textbf{(D)}\ 10\qquad\textbf{(E)}\ 11 </math> | ||
+ | |||
== Solution== | == Solution== | ||
Revision as of 21:26, 28 February 2012
Contents
Problem
Bernardo and Silvia play the following game. An integer between and
inclusive is selected and given to Bernardo. Whenever Bernardo receives a number, he doubles it and passes the result to Silvia. Whenever Silvia receives a number, she addes
to it and passes the result to Bernardo. The winner is the last person who produces a number less than
. Let
be the smallest initial number that results in a win for Bernardo. What is the sum of the digits of
?
Solution
Solution 1
The last number that Bernado says has to be between 950 and 999. Note that 1->2->52->104->154->308->358->716->776 contains 4 doubling actions. Thus, we have .
Thus, . Then,
. If
, we have
. Working backwards from 956,
.
So the starting number is 16, and our answer is , which is A.
Solution 2
Work backwards. The last number Bernardo produces must be in the range . That means that before this, Silvia must produce a number in the range
. Before this, Bernardo must produce a number in the range
. Before this, Silvia must produce a number in the range
. Before this, Bernardo must produce a number in the range
. Before this, Silvia must produce a number in the range
. Before this, Bernardo must produce a number in the range
. Before this, Silvia must produce a number in the range
. Bernardo could not have added to any number before this to obtain a number in the range
, hence the minimum
is 16 with the sum of digits being
.