hard Set 26 Form Exercise

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

Show answer

Answer: 13

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 37

SubType
math-maze
Difficulty
hard
StartValue
2
Steps
  • {"op":"+","operand":10,"result":12}
  • {"op":"\u00d7","operand":4,"result":48}
  • {"op":"+","operand":2,"result":50}
  • {"op":"+","operand":1,"result":51}
  • {"op":"-","operand":14,"result":37}
FinalValue
37
PathDescription
Step 1: +10 = 12; Step 2: ×4 = 48; Step 3: +2 = 50; Step 4: +1 = 51; Step 5: -14 = 37