medium Set 96 Form Exercise

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

Show answer

Answer: 9

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 183

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

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

Show answer

Answer: 120

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 39

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

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

Show answer

Answer: 13

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