hard Set 92 Form Exercise

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

Show answer

Answer: 3

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 432

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

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

Show answer

Answer: 104

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 68

SubType
math-maze
Difficulty
hard
StartValue
9
Steps
  • {"op":"+","operand":10,"result":19}
  • {"op":"\u00d7","operand":3,"result":57}
  • {"op":"\u00d7","operand":4,"result":228}
  • {"op":"-","operand":140,"result":88}
  • {"op":"-","operand":20,"result":68}
FinalValue
68
PathDescription
Step 1: +10 = 19; Step 2: ×3 = 57; Step 3: ×4 = 228; Step 4: -140 = 88; Step 5: -20 = 68

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

Show answer

Answer: 42

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

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

Show answer

Answer: 14

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