medium Set 82 Form Exercise

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

Show answer

Answer: 6

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

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

Show answer

Answer: 31

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 240

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 149

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 97

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