medium Set 86 Form Exercise

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

Show answer

Answer: 7

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 114

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 6

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