2012 AMC 12B Problems/Problem 14
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 N be the smallest initial number that results in a win for Bernardo. What is the sum of the digits of N
Solution
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.