easy Set 10 Form Exercise

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

Show answer

Answer: 7

StartValue
11
Steps
  • {"op":"+","value":6,"result":17}
  • {"op":"-","value":10,"result":7}
Forks
  • {"correct":17,"wrong":13,"options":[13,17],"correctIndex":1,"op":"+","value":6}
  • {"correct":7,"wrong":12,"options":[7,12],"correctIndex":0,"op":"-","value":10}

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

Show answer

Answer: 1

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 6

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

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":[2,1],"correctIndex":0,"op":"-","value":2}

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":9,"options":[9,4],"correctIndex":1,"op":"+","value":1}
  • {"correct":2,"wrong":1,"options":[1,2],"correctIndex":1,"op":"-","value":2}

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

Show answer

Answer: 9

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