medium Set 1 Form Exercise

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

Show answer

Answer: 89

StartValue
18
Steps
  • {"op":"+","value":8,"result":26}
  • {"op":"\u00d7","value":3,"result":78}
  • {"op":"+","value":11,"result":89}
Forks
  • {"correct":26,"wrong":28,"options":[28,26],"correctIndex":1,"op":"+","value":8}
  • {"correct":78,"wrong":82,"options":[82,78],"correctIndex":1,"op":"\u00d7","value":3}
  • {"correct":89,"wrong":92,"options":[89,92],"correctIndex":0,"op":"+","value":11}

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

Show answer

Answer: 92

StartValue
16
Steps
  • {"op":"+","value":3,"result":19}
  • {"op":"+","value":4,"result":23}
  • {"op":"\u00d7","value":4,"result":92}
Forks
  • {"correct":19,"wrong":14,"options":[14,19],"correctIndex":1,"op":"+","value":3}
  • {"correct":23,"wrong":26,"options":[26,23],"correctIndex":1,"op":"+","value":4}
  • {"correct":92,"wrong":95,"options":[95,92],"correctIndex":1,"op":"\u00d7","value":4}

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

Show answer

Answer: 75

StartValue
23
Steps
  • {"op":"-","value":5,"result":18}
  • {"op":"+","value":7,"result":25}
  • {"op":"\u00d7","value":3,"result":75}
Forks
  • {"correct":18,"wrong":20,"options":[20,18],"correctIndex":1,"op":"-","value":5}
  • {"correct":25,"wrong":26,"options":[26,25],"correctIndex":1,"op":"+","value":7}
  • {"correct":75,"wrong":74,"options":[75,74],"correctIndex":0,"op":"\u00d7","value":3}

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

Show answer

Answer: 45

StartValue
27
Steps
  • {"op":"+","value":14,"result":41}
  • {"op":"-","value":4,"result":37}
  • {"op":"+","value":8,"result":45}
Forks
  • {"correct":41,"wrong":39,"options":[39,41],"correctIndex":1,"op":"+","value":14}
  • {"correct":37,"wrong":41,"options":[41,37],"correctIndex":1,"op":"-","value":4}
  • {"correct":45,"wrong":41,"options":[41,45],"correctIndex":1,"op":"+","value":8}

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

Show answer

Answer: 34

StartValue
15
Steps
  • {"op":"+","value":9,"result":24}
  • {"op":"\u00d7","value":2,"result":48}
  • {"op":"-","value":14,"result":34}
Forks
  • {"correct":24,"wrong":23,"options":[24,23],"correctIndex":0,"op":"+","value":9}
  • {"correct":48,"wrong":43,"options":[48,43],"correctIndex":0,"op":"\u00d7","value":2}
  • {"correct":34,"wrong":33,"options":[34,33],"correctIndex":0,"op":"-","value":14}

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

Show answer

Answer: 6

StartValue
4
Steps
  • {"op":"\u00d7","value":4,"result":16}
  • {"op":"-","value":5,"result":11}
  • {"op":"-","value":5,"result":6}
Forks
  • {"correct":16,"wrong":12,"options":[12,16],"correctIndex":1,"op":"\u00d7","value":4}
  • {"correct":11,"wrong":15,"options":[11,15],"correctIndex":0,"op":"-","value":5}
  • {"correct":6,"wrong":10,"options":[6,10],"correctIndex":0,"op":"-","value":5}

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

Show answer

Answer: 24

StartValue
5
Steps
  • {"op":"+","value":6,"result":11}
  • {"op":"-","value":5,"result":6}
  • {"op":"\u00d7","value":4,"result":24}
Forks
  • {"correct":11,"wrong":9,"options":[11,9],"correctIndex":0,"op":"+","value":6}
  • {"correct":6,"wrong":4,"options":[4,6],"correctIndex":1,"op":"-","value":5}
  • {"correct":24,"wrong":25,"options":[24,25],"correctIndex":0,"op":"\u00d7","value":4}

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

Show answer

Answer: 161

StartValue
13
Steps
  • {"op":"\u00d7","value":4,"result":52}
  • {"op":"\u00d7","value":3,"result":156}
  • {"op":"+","value":5,"result":161}
Forks
  • {"correct":52,"wrong":57,"options":[57,52],"correctIndex":1,"op":"\u00d7","value":4}
  • {"correct":156,"wrong":153,"options":[156,153],"correctIndex":0,"op":"\u00d7","value":3}
  • {"correct":161,"wrong":164,"options":[164,161],"correctIndex":1,"op":"+","value":5}