hard Set 88 Form Exercise

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

Show answer

Answer: 96

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 56

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

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

Show answer

Answer: 144

SubType
math-maze
Difficulty
hard
StartValue
10
Steps
  • {"op":"\u00d7","operand":3,"result":30}
  • {"op":"\u00d7","operand":3,"result":90}
  • {"op":"+","operand":8,"result":98}
  • {"op":"-","operand":26,"result":72}
  • {"op":"\u00d7","operand":2,"result":144}
FinalValue
144
PathDescription
Step 1: ×3 = 30; Step 2: ×3 = 90; Step 3: +8 = 98; Step 4: -26 = 72; Step 5: ×2 = 144

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

Show answer

Answer: 9

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 36

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