medium Set 2 Form Exercise

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

Show answer

Answer: 140

StartValue
28
Steps
  • {"op":"+","value":6,"result":34}
  • {"op":"\u00d7","value":4,"result":136}
  • {"op":"+","value":4,"result":140}
Forks
  • {"correct":34,"wrong":31,"options":[34,31],"correctIndex":0,"op":"+","value":6}
  • {"correct":136,"wrong":140,"options":[136,140],"correctIndex":0,"op":"\u00d7","value":4}
  • {"correct":140,"wrong":139,"options":[139,140],"correctIndex":1,"op":"+","value":4}

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

Show answer

Answer: 143

StartValue
11
Steps
  • {"op":"\u00d7","value":3,"result":33}
  • {"op":"\u00d7","value":4,"result":132}
  • {"op":"+","value":11,"result":143}
Forks
  • {"correct":33,"wrong":28,"options":[28,33],"correctIndex":1,"op":"\u00d7","value":3}
  • {"correct":132,"wrong":133,"options":[133,132],"correctIndex":1,"op":"\u00d7","value":4}
  • {"correct":143,"wrong":147,"options":[147,143],"correctIndex":1,"op":"+","value":11}

Start at 30. Follow the path: -1, -15, ×3. What is the final answer?

Show answer

Answer: 42

StartValue
30
Steps
  • {"op":"-","value":1,"result":29}
  • {"op":"-","value":15,"result":14}
  • {"op":"\u00d7","value":3,"result":42}
Forks
  • {"correct":29,"wrong":32,"options":[29,32],"correctIndex":0,"op":"-","value":1}
  • {"correct":14,"wrong":10,"options":[10,14],"correctIndex":1,"op":"-","value":15}
  • {"correct":42,"wrong":39,"options":[39,42],"correctIndex":1,"op":"\u00d7","value":3}

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

Show answer

Answer: 28

StartValue
6
Steps
  • {"op":"-","value":5,"result":1}
  • {"op":"+","value":12,"result":13}
  • {"op":"+","value":15,"result":28}
Forks
  • {"correct":1,"wrong":5,"options":[1,5],"correctIndex":0,"op":"-","value":5}
  • {"correct":13,"wrong":14,"options":[14,13],"correctIndex":1,"op":"+","value":12}
  • {"correct":28,"wrong":23,"options":[23,28],"correctIndex":1,"op":"+","value":15}

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

Show answer

Answer: 6

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 128

StartValue
19
Steps
  • {"op":"-","value":11,"result":8}
  • {"op":"\u00d7","value":4,"result":32}
  • {"op":"\u00d7","value":4,"result":128}
Forks
  • {"correct":8,"wrong":10,"options":[10,8],"correctIndex":1,"op":"-","value":11}
  • {"correct":32,"wrong":34,"options":[32,34],"correctIndex":0,"op":"\u00d7","value":4}
  • {"correct":128,"wrong":131,"options":[128,131],"correctIndex":0,"op":"\u00d7","value":4}

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

Show answer

Answer: 33

StartValue
10
Steps
  • {"op":"\u00d7","value":3,"result":30}
  • {"op":"+","value":1,"result":31}
  • {"op":"+","value":2,"result":33}
Forks
  • {"correct":30,"wrong":35,"options":[30,35],"correctIndex":0,"op":"\u00d7","value":3}
  • {"correct":31,"wrong":29,"options":[31,29],"correctIndex":0,"op":"+","value":1}
  • {"correct":33,"wrong":32,"options":[32,33],"correctIndex":1,"op":"+","value":2}