medium Set 5 Form Exercise

Start at 14. Follow the path: ×3, -12, +11. What is the final answer?

Show answer

Answer: 41

StartValue
14
Steps
  • {"op":"\u00d7","value":3,"result":42}
  • {"op":"-","value":12,"result":30}
  • {"op":"+","value":11,"result":41}
Forks
  • {"correct":42,"wrong":37,"options":[42,37],"correctIndex":0,"op":"\u00d7","value":3}
  • {"correct":30,"wrong":27,"options":[30,27],"correctIndex":0,"op":"-","value":12}
  • {"correct":41,"wrong":39,"options":[41,39],"correctIndex":0,"op":"+","value":11}

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

Show answer

Answer: 102

StartValue
25
Steps
  • {"op":"+","value":11,"result":36}
  • {"op":"\u00d7","value":3,"result":108}
  • {"op":"-","value":6,"result":102}
Forks
  • {"correct":36,"wrong":40,"options":[40,36],"correctIndex":1,"op":"+","value":11}
  • {"correct":108,"wrong":111,"options":[111,108],"correctIndex":1,"op":"\u00d7","value":3}
  • {"correct":102,"wrong":98,"options":[98,102],"correctIndex":1,"op":"-","value":6}

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

Show answer

Answer: 10

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 54

StartValue
23
Steps
  • {"op":"+","value":8,"result":31}
  • {"op":"\u00d7","value":2,"result":62}
  • {"op":"-","value":8,"result":54}
Forks
  • {"correct":31,"wrong":34,"options":[31,34],"correctIndex":0,"op":"+","value":8}
  • {"correct":62,"wrong":60,"options":[62,60],"correctIndex":0,"op":"\u00d7","value":2}
  • {"correct":54,"wrong":51,"options":[51,54],"correctIndex":1,"op":"-","value":8}

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

Show answer

Answer: 4

StartValue
15
Steps
  • {"op":"+","value":11,"result":26}
  • {"op":"-","value":15,"result":11}
  • {"op":"-","value":7,"result":4}
Forks
  • {"correct":26,"wrong":23,"options":[23,26],"correctIndex":1,"op":"+","value":11}
  • {"correct":11,"wrong":12,"options":[11,12],"correctIndex":0,"op":"-","value":15}
  • {"correct":4,"wrong":1,"options":[1,4],"correctIndex":1,"op":"-","value":7}

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

Show answer

Answer: 6

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

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

Show answer

Answer: 15

StartValue
26
Steps
  • {"op":"+","value":9,"result":35}
  • {"op":"-","value":11,"result":24}
  • {"op":"-","value":9,"result":15}
Forks
  • {"correct":35,"wrong":38,"options":[35,38],"correctIndex":0,"op":"+","value":9}
  • {"correct":24,"wrong":28,"options":[24,28],"correctIndex":0,"op":"-","value":11}
  • {"correct":15,"wrong":18,"options":[18,15],"correctIndex":1,"op":"-","value":9}