easy Set 6 Form Exercise

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

Show answer

Answer: 2

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

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

Show answer

Answer: 28

StartValue
17
Steps
  • {"op":"+","value":5,"result":22}
  • {"op":"+","value":6,"result":28}
Forks
  • {"correct":22,"wrong":24,"options":[22,24],"correctIndex":0,"op":"+","value":5}
  • {"correct":28,"wrong":33,"options":[33,28],"correctIndex":1,"op":"+","value":6}

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

Show answer

Answer: 8

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

Start at 21. Follow the path: -6, -9. What is the final answer?

Show answer

Answer: 6

StartValue
21
Steps
  • {"op":"-","value":6,"result":15}
  • {"op":"-","value":9,"result":6}
Forks
  • {"correct":15,"wrong":16,"options":[15,16],"correctIndex":0,"op":"-","value":6}
  • {"correct":6,"wrong":5,"options":[6,5],"correctIndex":0,"op":"-","value":9}

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

Show answer

Answer: 26

StartValue
15
Steps
  • {"op":"+","value":3,"result":18}
  • {"op":"+","value":8,"result":26}
Forks
  • {"correct":18,"wrong":23,"options":[18,23],"correctIndex":0,"op":"+","value":3}
  • {"correct":26,"wrong":29,"options":[26,29],"correctIndex":0,"op":"+","value":8}

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

Show answer

Answer: 6

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 2

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