medium Set 42 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 56

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

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

Show answer

Answer: 108

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 156

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