medium Set 6 Form Exercise

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

Show answer

Answer: 82

StartValue
28
Steps
  • {"op":"\u00d7","value":3,"result":84}
  • {"op":"-","value":4,"result":80}
  • {"op":"+","value":2,"result":82}
Forks
  • {"correct":84,"wrong":82,"options":[84,82],"correctIndex":0,"op":"\u00d7","value":3}
  • {"correct":80,"wrong":84,"options":[84,80],"correctIndex":1,"op":"-","value":4}
  • {"correct":82,"wrong":86,"options":[82,86],"correctIndex":0,"op":"+","value":2}

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

Show answer

Answer: 37

StartValue
22
Steps
  • {"op":"\u00d7","value":2,"result":44}
  • {"op":"-","value":9,"result":35}
  • {"op":"+","value":2,"result":37}
Forks
  • {"correct":44,"wrong":47,"options":[47,44],"correctIndex":1,"op":"\u00d7","value":2}
  • {"correct":35,"wrong":30,"options":[35,30],"correctIndex":0,"op":"-","value":9}
  • {"correct":37,"wrong":36,"options":[37,36],"correctIndex":0,"op":"+","value":2}

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

Show answer

Answer: 25

StartValue
4
Steps
  • {"op":"\u00d7","value":2,"result":8}
  • {"op":"+","value":2,"result":10}
  • {"op":"+","value":15,"result":25}
Forks
  • {"correct":8,"wrong":13,"options":[13,8],"correctIndex":1,"op":"\u00d7","value":2}
  • {"correct":10,"wrong":6,"options":[10,6],"correctIndex":0,"op":"+","value":2}
  • {"correct":25,"wrong":24,"options":[25,24],"correctIndex":0,"op":"+","value":15}

Start at 29. Follow the path: -5, ×4, -12. What is the final answer?

Show answer

Answer: 84

StartValue
29
Steps
  • {"op":"-","value":5,"result":24}
  • {"op":"\u00d7","value":4,"result":96}
  • {"op":"-","value":12,"result":84}
Forks
  • {"correct":24,"wrong":19,"options":[24,19],"correctIndex":0,"op":"-","value":5}
  • {"correct":96,"wrong":97,"options":[96,97],"correctIndex":0,"op":"\u00d7","value":4}
  • {"correct":84,"wrong":81,"options":[81,84],"correctIndex":1,"op":"-","value":12}

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

Show answer

Answer: 21

StartValue
2
Steps
  • {"op":"+","value":8,"result":10}
  • {"op":"\u00d7","value":2,"result":20}
  • {"op":"+","value":1,"result":21}
Forks
  • {"correct":10,"wrong":6,"options":[10,6],"correctIndex":0,"op":"+","value":8}
  • {"correct":20,"wrong":18,"options":[20,18],"correctIndex":0,"op":"\u00d7","value":2}
  • {"correct":21,"wrong":18,"options":[18,21],"correctIndex":1,"op":"+","value":1}

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

Show answer

Answer: 8

StartValue
18
Steps
  • {"op":"-","value":1,"result":17}
  • {"op":"+","value":6,"result":23}
  • {"op":"-","value":15,"result":8}
Forks
  • {"correct":17,"wrong":22,"options":[22,17],"correctIndex":1,"op":"-","value":1}
  • {"correct":23,"wrong":25,"options":[23,25],"correctIndex":0,"op":"+","value":6}
  • {"correct":8,"wrong":3,"options":[3,8],"correctIndex":1,"op":"-","value":15}

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

Show answer

Answer: 144

StartValue
6
Steps
  • {"op":"\u00d7","value":4,"result":24}
  • {"op":"\u00d7","value":2,"result":48}
  • {"op":"\u00d7","value":3,"result":144}
Forks
  • {"correct":24,"wrong":20,"options":[20,24],"correctIndex":1,"op":"\u00d7","value":4}
  • {"correct":48,"wrong":52,"options":[52,48],"correctIndex":1,"op":"\u00d7","value":2}
  • {"correct":144,"wrong":141,"options":[144,141],"correctIndex":0,"op":"\u00d7","value":3}

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

Show answer

Answer: 79

StartValue
14
Steps
  • {"op":"\u00d7","value":2,"result":28}
  • {"op":"\u00d7","value":3,"result":84}
  • {"op":"-","value":5,"result":79}
Forks
  • {"correct":28,"wrong":31,"options":[31,28],"correctIndex":1,"op":"\u00d7","value":2}
  • {"correct":84,"wrong":79,"options":[84,79],"correctIndex":0,"op":"\u00d7","value":3}
  • {"correct":79,"wrong":76,"options":[76,79],"correctIndex":1,"op":"-","value":5}