medium Set 32 Form Exercise

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

Show answer

Answer: 16

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

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

Show answer

Answer: 147

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

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

Show answer

Answer: 138

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 9

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