easy Set 6 Form Exercise

Start at 13. Follow the path: +1, +9. What is the final answer?

Show answer

Answer: 23

StartValue
13
Steps
  • {"op":"+","value":1,"result":14}
  • {"op":"+","value":9,"result":23}
Forks
  • {"correct":14,"wrong":9,"options":[9,14],"correctIndex":1,"op":"+","value":1}
  • {"correct":23,"wrong":27,"options":[23,27],"correctIndex":0,"op":"+","value":9}

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

Show answer

Answer: 11

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 31

StartValue
19
Steps
  • {"op":"+","value":7,"result":26}
  • {"op":"+","value":5,"result":31}
Forks
  • {"correct":26,"wrong":27,"options":[26,27],"correctIndex":0,"op":"+","value":7}
  • {"correct":31,"wrong":27,"options":[31,27],"correctIndex":0,"op":"+","value":5}

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

Show answer

Answer: 20

StartValue
18
Steps
  • {"op":"+","value":5,"result":23}
  • {"op":"-","value":3,"result":20}
Forks
  • {"correct":23,"wrong":22,"options":[23,22],"correctIndex":0,"op":"+","value":5}
  • {"correct":20,"wrong":23,"options":[23,20],"correctIndex":1,"op":"-","value":3}

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

Show answer

Answer: 27

StartValue
9
Steps
  • {"op":"+","value":8,"result":17}
  • {"op":"+","value":10,"result":27}
Forks
  • {"correct":17,"wrong":19,"options":[17,19],"correctIndex":0,"op":"+","value":8}
  • {"correct":27,"wrong":30,"options":[30,27],"correctIndex":1,"op":"+","value":10}

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

Show answer

Answer: 7

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

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

Show answer

Answer: 11

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