medium Set 97 Form Exercise

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

Show answer

Answer: 14

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

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

Show answer

Answer: 125

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

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

Show answer

Answer: 37

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

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

Show answer

Answer: 29

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 4

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