hard Set 96 Form Exercise

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

Show answer

Answer: 4

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 146

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

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

Show answer

Answer: 50

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

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

Show answer

Answer: 231

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 391

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