hard Set 94 Form Exercise

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

Show answer

Answer: 9

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 56

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

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

Show answer

Answer: 34

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 2

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