hard Set 76 Form Exercise

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

Show answer

Answer: 8

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

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

Show answer

Answer: 35

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

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

Show answer

Answer: 78

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 360

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 1

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