hard Set 88 Form Exercise

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

Show answer

Answer: 11

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 204

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 57

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

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

Show answer

Answer: 5

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