hard Set 74 Form Exercise

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

Show answer

Answer: 14

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

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

Show answer

Answer: 29

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

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

Show answer

Answer: 106

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

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

Show answer

Answer: 53

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 29

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

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

Show answer

Answer: 161

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

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

Show answer

Answer: 1

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