hard Set 40 Form Exercise

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

Show answer

Answer: 17

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 305

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 44

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 14

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