hard Set 79 Form Exercise

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

Show answer

Answer: 10

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

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

Show answer

Answer: 3

SubType
math-maze
Difficulty
hard
StartValue
10
Steps
  • {"op":"\u00d7","operand":4,"result":40}
  • {"op":"+","operand":5,"result":45}
  • {"op":"-","operand":24,"result":21}
  • {"op":"\u00d7","operand":2,"result":42}
  • {"op":"-","operand":39,"result":3}
FinalValue
3
PathDescription
Step 1: ×4 = 40; Step 2: +5 = 45; Step 3: -24 = 21; Step 4: ×2 = 42; Step 5: -39 = 3

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

Show answer

Answer: 9

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 192

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 15

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