easy Set 1 Form Exercise

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

Show answer

Answer: 14

StartValue
5
Steps
  • {"op":"+","value":3,"result":8}
  • {"op":"+","value":6,"result":14}
Forks
  • {"correct":8,"wrong":11,"options":[8,11],"correctIndex":0,"op":"+","value":3}
  • {"correct":14,"wrong":13,"options":[14,13],"correctIndex":0,"op":"+","value":6}

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

Show answer

Answer: 24

StartValue
14
Steps
  • {"op":"+","value":8,"result":22}
  • {"op":"+","value":2,"result":24}
Forks
  • {"correct":22,"wrong":27,"options":[22,27],"correctIndex":0,"op":"+","value":8}
  • {"correct":24,"wrong":29,"options":[24,29],"correctIndex":0,"op":"+","value":2}

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

Show answer

Answer: 14

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

Start at 19. Follow the path: +5, +9. What is the final answer?

Show answer

Answer: 33

StartValue
19
Steps
  • {"op":"+","value":5,"result":24}
  • {"op":"+","value":9,"result":33}
Forks
  • {"correct":24,"wrong":23,"options":[24,23],"correctIndex":0,"op":"+","value":5}
  • {"correct":33,"wrong":31,"options":[33,31],"correctIndex":0,"op":"+","value":9}

Start at 18. Follow the path: +8, -5. What is the final answer?

Show answer

Answer: 21

StartValue
18
Steps
  • {"op":"+","value":8,"result":26}
  • {"op":"-","value":5,"result":21}
Forks
  • {"correct":26,"wrong":25,"options":[26,25],"correctIndex":0,"op":"+","value":8}
  • {"correct":21,"wrong":17,"options":[17,21],"correctIndex":1,"op":"-","value":5}

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

Show answer

Answer: 2

StartValue
3
Steps
  • {"op":"+","value":1,"result":4}
  • {"op":"-","value":2,"result":2}
Forks
  • {"correct":4,"wrong":1,"options":[1,4],"correctIndex":1,"op":"+","value":1}
  • {"correct":2,"wrong":1,"options":[1,2],"correctIndex":1,"op":"-","value":2}

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

Show answer

Answer: 15

StartValue
2
Steps
  • {"op":"+","value":7,"result":9}
  • {"op":"+","value":6,"result":15}
Forks
  • {"correct":9,"wrong":14,"options":[14,9],"correctIndex":1,"op":"+","value":7}
  • {"correct":15,"wrong":17,"options":[17,15],"correctIndex":1,"op":"+","value":6}

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

Show answer

Answer: 8

StartValue
4
Steps
  • {"op":"+","value":1,"result":5}
  • {"op":"+","value":3,"result":8}
Forks
  • {"correct":5,"wrong":4,"options":[5,4],"correctIndex":0,"op":"+","value":1}
  • {"correct":8,"wrong":3,"options":[8,3],"correctIndex":0,"op":"+","value":3}