medium Set 20 Form Exercise

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

Show answer

Answer: 6

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 108

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

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

Show answer

Answer: 60

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

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

Show answer

Answer: 42

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