hard Set 95 Form Exercise

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

Show answer

Answer: 1

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

Math Maze: Start at 3. Follow the path: -2 → -1 → +5 → -2 → -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":"+","operand":5,"result":5}
  • {"op":"-","operand":2,"result":3}
  • {"op":"-","operand":1,"result":2}
FinalValue
2
PathDescription
Step 1: -2 = 1; Step 2: -1 = 0; Step 3: +5 = 5; Step 4: -2 = 3; Step 5: -1 = 2

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

Show answer

Answer: 768

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 34

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

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

Show answer

Answer: 49

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

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

Show answer

Answer: 4

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