medium Set 1 Form Exercise

Start at 24. Follow the path: +9, ×4, +8. What is the final answer?

Show answer

Answer: 140

StartValue
24
Steps
  • {"op":"+","value":9,"result":33}
  • {"op":"\u00d7","value":4,"result":132}
  • {"op":"+","value":8,"result":140}
Forks
  • {"correct":33,"wrong":35,"options":[33,35],"correctIndex":0,"op":"+","value":9}
  • {"correct":132,"wrong":134,"options":[134,132],"correctIndex":1,"op":"\u00d7","value":4}
  • {"correct":140,"wrong":142,"options":[142,140],"correctIndex":1,"op":"+","value":8}

Start at 21. Follow the path: +13, ×2, +4. What is the final answer?

Show answer

Answer: 72

StartValue
21
Steps
  • {"op":"+","value":13,"result":34}
  • {"op":"\u00d7","value":2,"result":68}
  • {"op":"+","value":4,"result":72}
Forks
  • {"correct":34,"wrong":31,"options":[34,31],"correctIndex":0,"op":"+","value":13}
  • {"correct":68,"wrong":73,"options":[73,68],"correctIndex":1,"op":"\u00d7","value":2}
  • {"correct":72,"wrong":75,"options":[72,75],"correctIndex":0,"op":"+","value":4}

Start at 13. Follow the path: +5, ×3, +14. What is the final answer?

Show answer

Answer: 68

StartValue
13
Steps
  • {"op":"+","value":5,"result":18}
  • {"op":"\u00d7","value":3,"result":54}
  • {"op":"+","value":14,"result":68}
Forks
  • {"correct":18,"wrong":13,"options":[13,18],"correctIndex":1,"op":"+","value":5}
  • {"correct":54,"wrong":58,"options":[58,54],"correctIndex":1,"op":"\u00d7","value":3}
  • {"correct":68,"wrong":70,"options":[70,68],"correctIndex":1,"op":"+","value":14}

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

Show answer

Answer: 120

StartValue
13
Steps
  • {"op":"+","value":13,"result":26}
  • {"op":"+","value":14,"result":40}
  • {"op":"\u00d7","value":3,"result":120}
Forks
  • {"correct":26,"wrong":24,"options":[24,26],"correctIndex":1,"op":"+","value":13}
  • {"correct":40,"wrong":37,"options":[37,40],"correctIndex":1,"op":"+","value":14}
  • {"correct":120,"wrong":116,"options":[116,120],"correctIndex":1,"op":"\u00d7","value":3}

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

Show answer

Answer: 84

StartValue
23
Steps
  • {"op":"+","value":1,"result":24}
  • {"op":"\u00d7","value":3,"result":72}
  • {"op":"+","value":12,"result":84}
Forks
  • {"correct":24,"wrong":28,"options":[28,24],"correctIndex":1,"op":"+","value":1}
  • {"correct":72,"wrong":71,"options":[71,72],"correctIndex":1,"op":"\u00d7","value":3}
  • {"correct":84,"wrong":85,"options":[84,85],"correctIndex":0,"op":"+","value":12}

Start at 31. Follow the path: +5, -6, -4. What is the final answer?

Show answer

Answer: 26

StartValue
31
Steps
  • {"op":"+","value":5,"result":36}
  • {"op":"-","value":6,"result":30}
  • {"op":"-","value":4,"result":26}
Forks
  • {"correct":36,"wrong":34,"options":[36,34],"correctIndex":0,"op":"+","value":5}
  • {"correct":30,"wrong":26,"options":[30,26],"correctIndex":0,"op":"-","value":6}
  • {"correct":26,"wrong":25,"options":[26,25],"correctIndex":0,"op":"-","value":4}

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

Show answer

Answer: 42

StartValue
10
Steps
  • {"op":"-","value":3,"result":7}
  • {"op":"\u00d7","value":3,"result":21}
  • {"op":"\u00d7","value":2,"result":42}
Forks
  • {"correct":7,"wrong":12,"options":[7,12],"correctIndex":0,"op":"-","value":3}
  • {"correct":21,"wrong":20,"options":[21,20],"correctIndex":0,"op":"\u00d7","value":3}
  • {"correct":42,"wrong":47,"options":[42,47],"correctIndex":0,"op":"\u00d7","value":2}

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

Show answer

Answer: 21

StartValue
15
Steps
  • {"op":"+","value":1,"result":16}
  • {"op":"+","value":7,"result":23}
  • {"op":"-","value":2,"result":21}
Forks
  • {"correct":16,"wrong":17,"options":[16,17],"correctIndex":0,"op":"+","value":1}
  • {"correct":23,"wrong":22,"options":[23,22],"correctIndex":0,"op":"+","value":7}
  • {"correct":21,"wrong":19,"options":[21,19],"correctIndex":0,"op":"-","value":2}