medium Set 3 Form Exercise

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

Show answer

Answer: 29

StartValue
2
Steps
  • {"op":"\u00d7","value":4,"result":8}
  • {"op":"+","value":14,"result":22}
  • {"op":"+","value":7,"result":29}
Forks
  • {"correct":8,"wrong":12,"options":[12,8],"correctIndex":1,"op":"\u00d7","value":4}
  • {"correct":22,"wrong":20,"options":[20,22],"correctIndex":1,"op":"+","value":14}
  • {"correct":29,"wrong":34,"options":[29,34],"correctIndex":0,"op":"+","value":7}

Start at 14. Follow the path: +15, +11, +14. What is the final answer?

Show answer

Answer: 54

StartValue
14
Steps
  • {"op":"+","value":15,"result":29}
  • {"op":"+","value":11,"result":40}
  • {"op":"+","value":14,"result":54}
Forks
  • {"correct":29,"wrong":27,"options":[27,29],"correctIndex":1,"op":"+","value":15}
  • {"correct":40,"wrong":42,"options":[40,42],"correctIndex":0,"op":"+","value":11}
  • {"correct":54,"wrong":58,"options":[54,58],"correctIndex":0,"op":"+","value":14}

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

Show answer

Answer: 28

StartValue
8
Steps
  • {"op":"+","value":3,"result":11}
  • {"op":"-","value":4,"result":7}
  • {"op":"\u00d7","value":4,"result":28}
Forks
  • {"correct":11,"wrong":7,"options":[7,11],"correctIndex":1,"op":"+","value":3}
  • {"correct":7,"wrong":12,"options":[7,12],"correctIndex":0,"op":"-","value":4}
  • {"correct":28,"wrong":27,"options":[27,28],"correctIndex":1,"op":"\u00d7","value":4}

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

Show answer

Answer: 37

StartValue
24
Steps
  • {"op":"-","value":4,"result":20}
  • {"op":"+","value":7,"result":27}
  • {"op":"+","value":10,"result":37}
Forks
  • {"correct":20,"wrong":19,"options":[20,19],"correctIndex":0,"op":"-","value":4}
  • {"correct":27,"wrong":23,"options":[27,23],"correctIndex":0,"op":"+","value":7}
  • {"correct":37,"wrong":35,"options":[37,35],"correctIndex":0,"op":"+","value":10}

Start at 31. Follow the path: +12, -15, ×2. What is the final answer?

Show answer

Answer: 56

StartValue
31
Steps
  • {"op":"+","value":12,"result":43}
  • {"op":"-","value":15,"result":28}
  • {"op":"\u00d7","value":2,"result":56}
Forks
  • {"correct":43,"wrong":41,"options":[41,43],"correctIndex":1,"op":"+","value":12}
  • {"correct":28,"wrong":23,"options":[23,28],"correctIndex":1,"op":"-","value":15}
  • {"correct":56,"wrong":60,"options":[60,56],"correctIndex":1,"op":"\u00d7","value":2}

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

Show answer

Answer: 26

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

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

Show answer

Answer: 77

StartValue
27
Steps
  • {"op":"\u00d7","value":3,"result":81}
  • {"op":"+","value":6,"result":87}
  • {"op":"-","value":10,"result":77}
Forks
  • {"correct":81,"wrong":79,"options":[79,81],"correctIndex":1,"op":"\u00d7","value":3}
  • {"correct":87,"wrong":90,"options":[87,90],"correctIndex":0,"op":"+","value":6}
  • {"correct":77,"wrong":78,"options":[77,78],"correctIndex":0,"op":"-","value":10}

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

Show answer

Answer: 32

StartValue
17
Steps
  • {"op":"\u00d7","value":2,"result":34}
  • {"op":"+","value":8,"result":42}
  • {"op":"-","value":10,"result":32}
Forks
  • {"correct":34,"wrong":29,"options":[29,34],"correctIndex":1,"op":"\u00d7","value":2}
  • {"correct":42,"wrong":45,"options":[45,42],"correctIndex":1,"op":"+","value":8}
  • {"correct":32,"wrong":31,"options":[32,31],"correctIndex":0,"op":"-","value":10}