medium Set 37 Form Exercise

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

Show answer

Answer: 212

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

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

Show answer

Answer: 64

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

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

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 1

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