medium Set 12 Form Exercise

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

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: -2

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 17

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