hard Set 95 Form Exercise

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

Show answer

Answer: 23

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 38

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 100

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