hard Set 96 Form Exercise

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

Show answer

Answer: 17

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

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

Show answer

Answer: 91

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

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

Show answer

Answer: 192

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

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

Show answer

Answer: 192

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

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

Show answer

Answer: 51

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

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

Show answer

Answer: 552

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 16

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