hard Set 87 Form Exercise

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

Show answer

Answer: 4

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

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

Show answer

Answer: 14

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

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

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

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

Show answer

Answer: -2

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 14

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