hard Set 89 Form Exercise

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

Show answer

Answer: -2

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

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

Show answer

Answer: 78

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: -2

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

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

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 52

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