medium Set 4 Form Exercise

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

Show answer

Answer: 122

StartValue
30
Steps
  • {"op":"+","value":6,"result":36}
  • {"op":"\u00d7","value":3,"result":108}
  • {"op":"+","value":14,"result":122}
Forks
  • {"correct":36,"wrong":39,"options":[36,39],"correctIndex":0,"op":"+","value":6}
  • {"correct":108,"wrong":104,"options":[104,108],"correctIndex":1,"op":"\u00d7","value":3}
  • {"correct":122,"wrong":117,"options":[122,117],"correctIndex":0,"op":"+","value":14}

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

Show answer

Answer: 2

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

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

Show answer

Answer: 36

StartValue
15
Steps
  • {"op":"-","value":12,"result":3}
  • {"op":"+","value":6,"result":9}
  • {"op":"\u00d7","value":4,"result":36}
Forks
  • {"correct":3,"wrong":1,"options":[1,3],"correctIndex":1,"op":"-","value":12}
  • {"correct":9,"wrong":14,"options":[9,14],"correctIndex":0,"op":"+","value":6}
  • {"correct":36,"wrong":41,"options":[41,36],"correctIndex":1,"op":"\u00d7","value":4}

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

Show answer

Answer: 125

StartValue
31
Steps
  • {"op":"+","value":3,"result":34}
  • {"op":"\u00d7","value":4,"result":136}
  • {"op":"-","value":11,"result":125}
Forks
  • {"correct":34,"wrong":39,"options":[39,34],"correctIndex":1,"op":"+","value":3}
  • {"correct":136,"wrong":134,"options":[136,134],"correctIndex":0,"op":"\u00d7","value":4}
  • {"correct":125,"wrong":122,"options":[122,125],"correctIndex":1,"op":"-","value":11}

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

Show answer

Answer: 63

StartValue
22
Steps
  • {"op":"\u00d7","value":3,"result":66}
  • {"op":"-","value":8,"result":58}
  • {"op":"+","value":5,"result":63}
Forks
  • {"correct":66,"wrong":62,"options":[66,62],"correctIndex":0,"op":"\u00d7","value":3}
  • {"correct":58,"wrong":53,"options":[53,58],"correctIndex":1,"op":"-","value":8}
  • {"correct":63,"wrong":62,"options":[63,62],"correctIndex":0,"op":"+","value":5}

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

Show answer

Answer: 72

StartValue
2
Steps
  • {"op":"\u00d7","value":4,"result":8}
  • {"op":"\u00d7","value":3,"result":24}
  • {"op":"\u00d7","value":3,"result":72}
Forks
  • {"correct":8,"wrong":9,"options":[9,8],"correctIndex":1,"op":"\u00d7","value":4}
  • {"correct":24,"wrong":29,"options":[29,24],"correctIndex":1,"op":"\u00d7","value":3}
  • {"correct":72,"wrong":68,"options":[68,72],"correctIndex":1,"op":"\u00d7","value":3}

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

Show answer

Answer: 12

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

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

Show answer

Answer: 63

StartValue
4
Steps
  • {"op":"+","value":6,"result":10}
  • {"op":"+","value":11,"result":21}
  • {"op":"\u00d7","value":3,"result":63}
Forks
  • {"correct":10,"wrong":12,"options":[10,12],"correctIndex":0,"op":"+","value":6}
  • {"correct":21,"wrong":16,"options":[21,16],"correctIndex":0,"op":"+","value":11}
  • {"correct":63,"wrong":62,"options":[63,62],"correctIndex":0,"op":"\u00d7","value":3}