medium Set 29 Form Exercise

Math Maze: Start at 10. Follow the path: -1 → ×4 → -4 → -10. What is the final value?

Show answer

Answer: 22

SubType
math-maze
Difficulty
medium
StartValue
10
Steps
  • {"op":"-","operand":1,"result":9}
  • {"op":"\u00d7","operand":4,"result":36}
  • {"op":"-","operand":4,"result":32}
  • {"op":"-","operand":10,"result":22}
FinalValue
22
PathDescription
Step 1: -1 = 9; Step 2: ×4 = 36; Step 3: -4 = 32; Step 4: -10 = 22

Math Maze: Start at 3. Follow the path: -1 → +5 → -1 → -5. What is the final value?

Show answer

Answer: 1

SubType
math-maze
Difficulty
medium
StartValue
3
Steps
  • {"op":"-","operand":1,"result":2}
  • {"op":"+","operand":5,"result":7}
  • {"op":"-","operand":1,"result":6}
  • {"op":"-","operand":5,"result":1}
FinalValue
1
PathDescription
Step 1: -1 = 2; Step 2: +5 = 7; Step 3: -1 = 6; Step 4: -5 = 1

Math Maze: Start at 7. Follow the path: -2 → ×2 → +10 → -3. What is the final value?

Show answer

Answer: 17

SubType
math-maze
Difficulty
medium
StartValue
7
Steps
  • {"op":"-","operand":2,"result":5}
  • {"op":"\u00d7","operand":2,"result":10}
  • {"op":"+","operand":10,"result":20}
  • {"op":"-","operand":3,"result":17}
FinalValue
17
PathDescription
Step 1: -2 = 5; Step 2: ×2 = 10; Step 3: +10 = 20; Step 4: -3 = 17

Math Maze: Start at 5. Follow the path: -2 → +7 → +3 → +10. What is the final value?

Show answer

Answer: 23

SubType
math-maze
Difficulty
medium
StartValue
5
Steps
  • {"op":"-","operand":2,"result":3}
  • {"op":"+","operand":7,"result":10}
  • {"op":"+","operand":3,"result":13}
  • {"op":"+","operand":10,"result":23}
FinalValue
23
PathDescription
Step 1: -2 = 3; Step 2: +7 = 10; Step 3: +3 = 13; Step 4: +10 = 23

Math Maze: Start at 4. Follow the path: ×2 → ×3 → ×2 → +4. What is the final value?

Show answer

Answer: 52

SubType
math-maze
Difficulty
medium
StartValue
4
Steps
  • {"op":"\u00d7","operand":2,"result":8}
  • {"op":"\u00d7","operand":3,"result":24}
  • {"op":"\u00d7","operand":2,"result":48}
  • {"op":"+","operand":4,"result":52}
FinalValue
52
PathDescription
Step 1: ×2 = 8; Step 2: ×3 = 24; Step 3: ×2 = 48; Step 4: +4 = 52

Math Maze: Start at 9. Follow the path: ×4 → -1 → -21 → -6. What is the final value?

Show answer

Answer: 8

SubType
math-maze
Difficulty
medium
StartValue
9
Steps
  • {"op":"\u00d7","operand":4,"result":36}
  • {"op":"-","operand":1,"result":35}
  • {"op":"-","operand":21,"result":14}
  • {"op":"-","operand":6,"result":8}
FinalValue
8
PathDescription
Step 1: ×4 = 36; Step 2: -1 = 35; Step 3: -21 = 14; Step 4: -6 = 8

Math Maze: Start at 8. Follow the path: ×2 → +2 → +1 → -12. What is the final value?

Show answer

Answer: 7

SubType
math-maze
Difficulty
medium
StartValue
8
Steps
  • {"op":"\u00d7","operand":2,"result":16}
  • {"op":"+","operand":2,"result":18}
  • {"op":"+","operand":1,"result":19}
  • {"op":"-","operand":12,"result":7}
FinalValue
7
PathDescription
Step 1: ×2 = 16; Step 2: +2 = 18; Step 3: +1 = 19; Step 4: -12 = 7

Math Maze: Start at 8. Follow the path: -3 → +2 → -4 → -1. What is the final value?

Show answer

Answer: 2

SubType
math-maze
Difficulty
medium
StartValue
8
Steps
  • {"op":"-","operand":3,"result":5}
  • {"op":"+","operand":2,"result":7}
  • {"op":"-","operand":4,"result":3}
  • {"op":"-","operand":1,"result":2}
FinalValue
2
PathDescription
Step 1: -3 = 5; Step 2: +2 = 7; Step 3: -4 = 3; Step 4: -1 = 2