2020 AMC 8 Problems/Problem 22
Problem 22
When a positive integer
is fed into a machine, the output is a number calculated according to the rule shown below.
[asy] size(300); defaultpen(linewidth(0.8)+fontsize(13)); real r = 0.05; draw((0.9,0)--(3.5,0),EndArrow(size=7)); filldraw((4,2.5)--(7,2.5)--(7,-2.5)--(4,-2.5)--cycle,gray(0.65)); fill(circle((5.5,1.25),0.8),white); fill(circle((5.5,1.25),0.5),gray(0.65)); fill((4.3,-r)--(6.7,-r)--(6.7,-1-r)--(4.3,-1-r)--cycle,white); fill((4.3,-1.25+r)--(6.7,-1.25+r)--(6.7,-2.25+r)--(4.3,-2.25+r)--cycle,white); fill((4.6,-0.25-r)--(6.4,-0.25-r)--(6.4,-0.75-r)--(4.6,-0.75-r)--cycle,gray(0.65)); fill((4.6,-1.5+r)--(6.4,-1.5+r)--(6.4,-2+r)--(4.6,-2+r)--cycle,gray(0.65)); label("
",(0.45,0)); draw((7.5,1.25)--(11.25,1.25),EndArrow(size=7)); draw((7.5,-1.25)--(11.25,-1.25),EndArrow(size=7)); label("if
is even",(9.25,1.25),N); label("if
is odd",(9.25,-1.25),N); label("
",(12,1.25)); label("
",(12.6,-1.25)); [/asy]
For example, starting with an input of
the machine will output
Then if the output is repeatedly inserted into the machine five more times, the final output is ![]()
When the same
-step process is applied to a different starting value of
the final output is
What is the sum of all such integers ![]()