medium Set 5 Form Exercise

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

Show answer

Answer: 113

StartValue
27
Steps
  • {"op":"\u00d7","value":4,"result":108}
  • {"op":"+","value":4,"result":112}
  • {"op":"+","value":1,"result":113}
Forks
  • {"correct":108,"wrong":111,"options":[108,111],"correctIndex":0,"op":"\u00d7","value":4}
  • {"correct":112,"wrong":107,"options":[107,112],"correctIndex":1,"op":"+","value":4}
  • {"correct":113,"wrong":115,"options":[115,113],"correctIndex":1,"op":"+","value":1}

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

Show answer

Answer: 56

StartValue
3
Steps
  • {"op":"\u00d7","value":4,"result":12}
  • {"op":"+","value":2,"result":14}
  • {"op":"\u00d7","value":4,"result":56}
Forks
  • {"correct":12,"wrong":13,"options":[13,12],"correctIndex":1,"op":"\u00d7","value":4}
  • {"correct":14,"wrong":18,"options":[14,18],"correctIndex":0,"op":"+","value":2}
  • {"correct":56,"wrong":54,"options":[54,56],"correctIndex":1,"op":"\u00d7","value":4}

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

Show answer

Answer: 40

StartValue
7
Steps
  • {"op":"\u00d7","value":3,"result":21}
  • {"op":"+","value":12,"result":33}
  • {"op":"+","value":7,"result":40}
Forks
  • {"correct":21,"wrong":22,"options":[22,21],"correctIndex":1,"op":"\u00d7","value":3}
  • {"correct":33,"wrong":34,"options":[33,34],"correctIndex":0,"op":"+","value":12}
  • {"correct":40,"wrong":36,"options":[40,36],"correctIndex":0,"op":"+","value":7}

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

Show answer

Answer: 1

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

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

Show answer

Answer: 66

StartValue
6
Steps
  • {"op":"+","value":9,"result":15}
  • {"op":"+","value":7,"result":22}
  • {"op":"\u00d7","value":3,"result":66}
Forks
  • {"correct":15,"wrong":18,"options":[15,18],"correctIndex":0,"op":"+","value":9}
  • {"correct":22,"wrong":25,"options":[22,25],"correctIndex":0,"op":"+","value":7}
  • {"correct":66,"wrong":68,"options":[66,68],"correctIndex":0,"op":"\u00d7","value":3}

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

Show answer

Answer: 54

StartValue
24
Steps
  • {"op":"+","value":8,"result":32}
  • {"op":"\u00d7","value":2,"result":64}
  • {"op":"-","value":10,"result":54}
Forks
  • {"correct":32,"wrong":27,"options":[32,27],"correctIndex":0,"op":"+","value":8}
  • {"correct":64,"wrong":63,"options":[63,64],"correctIndex":1,"op":"\u00d7","value":2}
  • {"correct":54,"wrong":59,"options":[59,54],"correctIndex":1,"op":"-","value":10}

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

Show answer

Answer: 25

StartValue
5
Steps
  • {"op":"+","value":9,"result":14}
  • {"op":"+","value":13,"result":27}
  • {"op":"-","value":2,"result":25}
Forks
  • {"correct":14,"wrong":12,"options":[14,12],"correctIndex":0,"op":"+","value":9}
  • {"correct":27,"wrong":25,"options":[27,25],"correctIndex":0,"op":"+","value":13}
  • {"correct":25,"wrong":24,"options":[25,24],"correctIndex":0,"op":"-","value":2}

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

Show answer

Answer: 78

StartValue
17
Steps
  • {"op":"-","value":4,"result":13}
  • {"op":"\u00d7","value":3,"result":39}
  • {"op":"\u00d7","value":2,"result":78}
Forks
  • {"correct":13,"wrong":18,"options":[13,18],"correctIndex":0,"op":"-","value":4}
  • {"correct":39,"wrong":43,"options":[43,39],"correctIndex":1,"op":"\u00d7","value":3}
  • {"correct":78,"wrong":75,"options":[78,75],"correctIndex":0,"op":"\u00d7","value":2}