medium Set 24 Form Exercise

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

Show answer

Answer: 15

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 16

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

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 8. Follow the path: -7 → +9 → ×4 → -10. What is the final value?

Show answer

Answer: 30

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

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

Show answer

Answer: 640

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

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

Show answer

Answer: 2

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