medium Set 32 Form Exercise

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

Show answer

Answer: 5

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

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

Show answer

Answer: 25

SubType
math-maze
Difficulty
medium
StartValue
3
Steps
  • {"op":"\u00d7","operand":2,"result":6}
  • {"op":"\u00d7","operand":3,"result":18}
  • {"op":"\u00d7","operand":2,"result":36}
  • {"op":"-","operand":11,"result":25}
FinalValue
25
PathDescription
Step 1: ×2 = 6; Step 2: ×3 = 18; Step 3: ×2 = 36; Step 4: -11 = 25

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

Show answer

Answer: 54

SubType
math-maze
Difficulty
medium
StartValue
2
Steps
  • {"op":"\u00d7","operand":3,"result":6}
  • {"op":"+","operand":3,"result":9}
  • {"op":"\u00d7","operand":3,"result":27}
  • {"op":"\u00d7","operand":2,"result":54}
FinalValue
54
PathDescription
Step 1: ×3 = 6; Step 2: +3 = 9; Step 3: ×3 = 27; Step 4: ×2 = 54

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

Show answer

Answer: 3

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 123

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 120

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