medium Set 1 Form Exercise

Start at 22. Follow the path: +3, ×2, +12. What is the final answer?

Show answer

Answer: 62

StartValue
22
Steps
  • {"op":"+","value":3,"result":25}
  • {"op":"\u00d7","value":2,"result":50}
  • {"op":"+","value":12,"result":62}
Forks
  • {"correct":25,"wrong":23,"options":[25,23],"correctIndex":0,"op":"+","value":3}
  • {"correct":50,"wrong":48,"options":[48,50],"correctIndex":1,"op":"\u00d7","value":2}
  • {"correct":62,"wrong":58,"options":[62,58],"correctIndex":0,"op":"+","value":12}

Start at 24. Follow the path: -13, +3, -10. What is the final answer?

Show answer

Answer: 4

StartValue
24
Steps
  • {"op":"-","value":13,"result":11}
  • {"op":"+","value":3,"result":14}
  • {"op":"-","value":10,"result":4}
Forks
  • {"correct":11,"wrong":6,"options":[6,11],"correctIndex":1,"op":"-","value":13}
  • {"correct":14,"wrong":18,"options":[14,18],"correctIndex":0,"op":"+","value":3}
  • {"correct":4,"wrong":1,"options":[1,4],"correctIndex":1,"op":"-","value":10}

Start at 15. Follow the path: ×3, +14, -6. What is the final answer?

Show answer

Answer: 53

StartValue
15
Steps
  • {"op":"\u00d7","value":3,"result":45}
  • {"op":"+","value":14,"result":59}
  • {"op":"-","value":6,"result":53}
Forks
  • {"correct":45,"wrong":40,"options":[40,45],"correctIndex":1,"op":"\u00d7","value":3}
  • {"correct":59,"wrong":60,"options":[60,59],"correctIndex":1,"op":"+","value":14}
  • {"correct":53,"wrong":49,"options":[53,49],"correctIndex":0,"op":"-","value":6}

Start at 22. Follow the path: -1, ×3, -1. What is the final answer?

Show answer

Answer: 62

StartValue
22
Steps
  • {"op":"-","value":1,"result":21}
  • {"op":"\u00d7","value":3,"result":63}
  • {"op":"-","value":1,"result":62}
Forks
  • {"correct":21,"wrong":20,"options":[21,20],"correctIndex":0,"op":"-","value":1}
  • {"correct":63,"wrong":62,"options":[62,63],"correctIndex":1,"op":"\u00d7","value":3}
  • {"correct":62,"wrong":60,"options":[60,62],"correctIndex":1,"op":"-","value":1}

Start at 10. Follow the path: ×3, +7, +7. What is the final answer?

Show answer

Answer: 44

StartValue
10
Steps
  • {"op":"\u00d7","value":3,"result":30}
  • {"op":"+","value":7,"result":37}
  • {"op":"+","value":7,"result":44}
Forks
  • {"correct":30,"wrong":31,"options":[30,31],"correctIndex":0,"op":"\u00d7","value":3}
  • {"correct":37,"wrong":34,"options":[37,34],"correctIndex":0,"op":"+","value":7}
  • {"correct":44,"wrong":41,"options":[44,41],"correctIndex":0,"op":"+","value":7}

Start at 2. Follow the path: ×3, -4, -1. What is the final answer?

Show answer

Answer: 1

StartValue
2
Steps
  • {"op":"\u00d7","value":3,"result":6}
  • {"op":"-","value":4,"result":2}
  • {"op":"-","value":1,"result":1}
Forks
  • {"correct":6,"wrong":5,"options":[6,5],"correctIndex":0,"op":"\u00d7","value":3}
  • {"correct":2,"wrong":5,"options":[5,2],"correctIndex":1,"op":"-","value":4}
  • {"correct":1,"wrong":3,"options":[1,3],"correctIndex":0,"op":"-","value":1}

Start at 20. Follow the path: +15, -1, -6. What is the final answer?

Show answer

Answer: 28

StartValue
20
Steps
  • {"op":"+","value":15,"result":35}
  • {"op":"-","value":1,"result":34}
  • {"op":"-","value":6,"result":28}
Forks
  • {"correct":35,"wrong":36,"options":[35,36],"correctIndex":0,"op":"+","value":15}
  • {"correct":34,"wrong":32,"options":[34,32],"correctIndex":0,"op":"-","value":1}
  • {"correct":28,"wrong":31,"options":[31,28],"correctIndex":1,"op":"-","value":6}

Start at 8. Follow the path: ×2, +14, +2. What is the final answer?

Show answer

Answer: 32

StartValue
8
Steps
  • {"op":"\u00d7","value":2,"result":16}
  • {"op":"+","value":14,"result":30}
  • {"op":"+","value":2,"result":32}
Forks
  • {"correct":16,"wrong":13,"options":[16,13],"correctIndex":0,"op":"\u00d7","value":2}
  • {"correct":30,"wrong":35,"options":[35,30],"correctIndex":1,"op":"+","value":14}
  • {"correct":32,"wrong":31,"options":[31,32],"correctIndex":1,"op":"+","value":2}