medium Set 39 Form Exercise

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

Show answer

Answer: 8

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

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

Show answer

Answer: 192

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

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

Show answer

Answer: 108

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 42

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