medium Set 95 Form Exercise

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

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

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

Show answer

Answer: 26

SubType
math-maze
Difficulty
medium
StartValue
5
Steps
  • {"op":"\u00d7","operand":4,"result":20}
  • {"op":"\u00d7","operand":3,"result":60}
  • {"op":"-","operand":47,"result":13}
  • {"op":"\u00d7","operand":2,"result":26}
FinalValue
26
PathDescription
Step 1: ×4 = 20; Step 2: ×3 = 60; Step 3: -47 = 13; Step 4: ×2 = 26

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

Show answer

Answer: 30

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 45

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

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

Show answer

Answer: 298

SubType
math-maze
Difficulty
medium
StartValue
6
Steps
  • {"op":"\u00d7","operand":4,"result":24}
  • {"op":"\u00d7","operand":3,"result":72}
  • {"op":"\u00d7","operand":4,"result":288}
  • {"op":"+","operand":10,"result":298}
FinalValue
298
PathDescription
Step 1: ×4 = 24; Step 2: ×3 = 72; Step 3: ×4 = 288; Step 4: +10 = 298

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

Show answer

Answer: 7

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

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

Show answer

Answer: 408

SubType
math-maze
Difficulty
medium
StartValue
7
Steps
  • {"op":"+","operand":10,"result":17}
  • {"op":"\u00d7","operand":3,"result":51}
  • {"op":"\u00d7","operand":2,"result":102}
  • {"op":"\u00d7","operand":4,"result":408}
FinalValue
408
PathDescription
Step 1: +10 = 17; Step 2: ×3 = 51; Step 3: ×2 = 102; Step 4: ×4 = 408