medium Set 3 Form Exercise

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

Show answer

Answer: 52

StartValue
27
Steps
  • {"op":"+","value":7,"result":34}
  • {"op":"+","value":4,"result":38}
  • {"op":"+","value":14,"result":52}
Forks
  • {"correct":34,"wrong":35,"options":[35,34],"correctIndex":1,"op":"+","value":7}
  • {"correct":38,"wrong":35,"options":[35,38],"correctIndex":1,"op":"+","value":4}
  • {"correct":52,"wrong":50,"options":[50,52],"correctIndex":1,"op":"+","value":14}

Start at 21. Follow the path: +3, -15, -5. What is the final answer?

Show answer

Answer: 4

StartValue
21
Steps
  • {"op":"+","value":3,"result":24}
  • {"op":"-","value":15,"result":9}
  • {"op":"-","value":5,"result":4}
Forks
  • {"correct":24,"wrong":23,"options":[23,24],"correctIndex":1,"op":"+","value":3}
  • {"correct":9,"wrong":6,"options":[6,9],"correctIndex":1,"op":"-","value":15}
  • {"correct":4,"wrong":8,"options":[4,8],"correctIndex":0,"op":"-","value":5}

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

Show answer

Answer: 31

StartValue
8
Steps
  • {"op":"-","value":6,"result":2}
  • {"op":"+","value":15,"result":17}
  • {"op":"+","value":14,"result":31}
Forks
  • {"correct":2,"wrong":1,"options":[2,1],"correctIndex":0,"op":"-","value":6}
  • {"correct":17,"wrong":19,"options":[17,19],"correctIndex":0,"op":"+","value":15}
  • {"correct":31,"wrong":33,"options":[31,33],"correctIndex":0,"op":"+","value":14}

Start at 25. Follow the path: -2, +13, -2. What is the final answer?

Show answer

Answer: 34

StartValue
25
Steps
  • {"op":"-","value":2,"result":23}
  • {"op":"+","value":13,"result":36}
  • {"op":"-","value":2,"result":34}
Forks
  • {"correct":23,"wrong":28,"options":[28,23],"correctIndex":1,"op":"-","value":2}
  • {"correct":36,"wrong":39,"options":[39,36],"correctIndex":1,"op":"+","value":13}
  • {"correct":34,"wrong":35,"options":[34,35],"correctIndex":0,"op":"-","value":2}

Start at 30. Follow the path: +7, -6, +13. What is the final answer?

Show answer

Answer: 44

StartValue
30
Steps
  • {"op":"+","value":7,"result":37}
  • {"op":"-","value":6,"result":31}
  • {"op":"+","value":13,"result":44}
Forks
  • {"correct":37,"wrong":40,"options":[40,37],"correctIndex":1,"op":"+","value":7}
  • {"correct":31,"wrong":26,"options":[31,26],"correctIndex":0,"op":"-","value":6}
  • {"correct":44,"wrong":41,"options":[41,44],"correctIndex":1,"op":"+","value":13}

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

Show answer

Answer: 80

StartValue
5
Steps
  • {"op":"\u00d7","value":2,"result":10}
  • {"op":"\u00d7","value":4,"result":40}
  • {"op":"\u00d7","value":2,"result":80}
Forks
  • {"correct":10,"wrong":12,"options":[12,10],"correctIndex":1,"op":"\u00d7","value":2}
  • {"correct":40,"wrong":36,"options":[36,40],"correctIndex":1,"op":"\u00d7","value":4}
  • {"correct":80,"wrong":78,"options":[80,78],"correctIndex":0,"op":"\u00d7","value":2}

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

Show answer

Answer: 18

StartValue
14
Steps
  • {"op":"-","value":11,"result":3}
  • {"op":"+","value":13,"result":16}
  • {"op":"+","value":2,"result":18}
Forks
  • {"correct":3,"wrong":8,"options":[8,3],"correctIndex":1,"op":"-","value":11}
  • {"correct":16,"wrong":14,"options":[16,14],"correctIndex":0,"op":"+","value":13}
  • {"correct":18,"wrong":14,"options":[18,14],"correctIndex":0,"op":"+","value":2}

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

Show answer

Answer: 22

StartValue
3
Steps
  • {"op":"\u00d7","value":2,"result":6}
  • {"op":"+","value":11,"result":17}
  • {"op":"+","value":5,"result":22}
Forks
  • {"correct":6,"wrong":9,"options":[9,6],"correctIndex":1,"op":"\u00d7","value":2}
  • {"correct":17,"wrong":22,"options":[22,17],"correctIndex":1,"op":"+","value":11}
  • {"correct":22,"wrong":19,"options":[22,19],"correctIndex":0,"op":"+","value":5}