medium Set 22 Form Exercise

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

Show answer

Answer: 21

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 104

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 15

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