AMC 8 · 2020 · #22

Easy mode Grade 4
📗 View original problem →

Problem

Imagine a machine that takes a positive whole number NN and gives back a new number, using this rule:

  • If NN is even, the machine outputs N2\frac{N}{2}.
  • If NN is odd, the machine outputs 3N+13N+1.

For example, if you put in N=7N=7, the machine gives back 37+1=223 \cdot 7 + 1 = 22. If you then feed the output back into the machine five more times, the final result is 2626:
72211341752267 \to 22 \to 11 \to 34 \to 17 \to 52 \to 26

Now suppose we start with a different number NN, and after running it through the machine 66 times in a row, the final result is 11.
N1N \to \rule{0.5cm}{0.15mm} \to \rule{0.5cm}{0.15mm} \to \rule{0.5cm}{0.15mm} \to \rule{0.5cm}{0.15mm} \to \rule{0.5cm}{0.15mm} \to 1

What is the sum of all the starting numbers NN that work?

Pick an answer.

(A)
73
(B)
74
(C)
75
(D)
82
(E)
83

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