hard Set 36 Form Exercise

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

Show answer

Answer: 2

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

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

Show answer

Answer: 20

SubType
math-maze
Difficulty
hard
StartValue
7
Steps
  • {"op":"-","operand":1,"result":6}
  • {"op":"\u00d7","operand":4,"result":24}
  • {"op":"\u00d7","operand":3,"result":72}
  • {"op":"-","operand":30,"result":42}
  • {"op":"-","operand":22,"result":20}
FinalValue
20
PathDescription
Step 1: -1 = 6; Step 2: ×4 = 24; Step 3: ×3 = 72; Step 4: -30 = 42; Step 5: -22 = 20

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

Show answer

Answer: -1

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

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

Show answer

Answer: 27

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

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

SubType
math-maze
Difficulty
hard
StartValue
10
Steps
  • {"op":"\u00d7","operand":4,"result":40}
  • {"op":"-","operand":14,"result":26}
  • {"op":"+","operand":1,"result":27}
  • {"op":"-","operand":26,"result":1}
  • {"op":"-","operand":1,"result":0}
FinalValue
0
PathDescription
Step 1: ×4 = 40; Step 2: -14 = 26; Step 3: +1 = 27; Step 4: -26 = 1; Step 5: -1 = 0

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

Show answer

Answer: 9

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 9

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