Q1.
How would you change this game to make the final answer 3? What about 5?
Answer
Change only step 3 — the number you add. Add 6 to finish at 3, and add 10 to finish at 5.
Think of a number: x
Double it: 2x
Add 6: 2x + 6
Divide by two: x + 3
Subtract the original number: 3
Double it: 2x
Add 6: 2x + 6
Divide by two: x + 3
Subtract the original number: 3
Add 10 instead: 2x + 10 → x + 5 → 5
Why it happens: the number you add is put in while there are two x’s, and step 4 halves everything. So the constant that survives is always half of what you added. To finish at any value k, add 2k:
2x → 2x + 2k → x + k → k.
2x → 2x + 2k → x + k → k.
Check it yourself: start with 11 and add 6 — 22, 28, 14, and 14 – 11 = 3. ✓