hard Set 95 Form Exercise

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

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 88

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 22

SubType
math-maze
Difficulty
hard
StartValue
4
Steps
  • {"op":"+","operand":9,"result":13}
  • {"op":"+","operand":8,"result":21}
  • {"op":"+","operand":10,"result":31}
  • {"op":"-","operand":20,"result":11}
  • {"op":"\u00d7","operand":2,"result":22}
FinalValue
22
PathDescription
Step 1: +9 = 13; Step 2: +8 = 21; Step 3: +10 = 31; Step 4: -20 = 11; Step 5: ×2 = 22

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

Show answer

Answer: 16

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