hard Set 74 Form Exercise

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

Show answer

Answer: -1

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

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

Show answer

Answer: 104

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

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

Show answer

Answer: 34

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 46

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

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

Show answer

Answer: 70

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

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

Show answer

Answer: 156

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

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

Show answer

Answer: 120

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