medium Set 92 Form Exercise

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

Show answer

Answer: 2

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

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

Show answer

Answer: 43

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 768

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

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

Show answer

Answer: 51

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

Math Maze: Start at 8. Follow the path: +4 → +4 → -15 → +5. What is the final value?

Show answer

Answer: 6

SubType
math-maze
Difficulty
medium
StartValue
8
Steps
  • {"op":"+","operand":4,"result":12}
  • {"op":"+","operand":4,"result":16}
  • {"op":"-","operand":15,"result":1}
  • {"op":"+","operand":5,"result":6}
FinalValue
6
PathDescription
Step 1: +4 = 12; Step 2: +4 = 16; Step 3: -15 = 1; Step 4: +5 = 6

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

Show answer

Answer: 22

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