hard Set 21 Form Exercise

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

Show answer

Answer: -3

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 164

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

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

Show answer

Answer: 288

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 4

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