medium Set 96 Form Exercise

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

Show answer

Answer: -2

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

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

Show answer

Answer: 44

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

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

Show answer

Answer: 192

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 26

SubType
math-maze
Difficulty
medium
StartValue
4
Steps
  • {"op":"\u00d7","operand":4,"result":16}
  • {"op":"\u00d7","operand":2,"result":32}
  • {"op":"-","operand":9,"result":23}
  • {"op":"+","operand":3,"result":26}
FinalValue
26
PathDescription
Step 1: ×4 = 16; Step 2: ×2 = 32; Step 3: -9 = 23; Step 4: +3 = 26

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

Show answer

Answer: 36

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

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

Show answer

Answer: 20

SubType
math-maze
Difficulty
medium
StartValue
9
Steps
  • {"op":"-","operand":3,"result":6}
  • {"op":"+","operand":1,"result":7}
  • {"op":"+","operand":6,"result":13}
  • {"op":"+","operand":7,"result":20}
FinalValue
20
PathDescription
Step 1: -3 = 6; Step 2: +1 = 7; Step 3: +6 = 13; Step 4: +7 = 20

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

Show answer

Answer: 6

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