medium Set 94 Form Exercise

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

Show answer

Answer: 48

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

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

Show answer

Answer: 31

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 176

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

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

Show answer

Answer: 16

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

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 9. Follow the path: -6 → ×3 → -2 → +10. What is the final value?

Show answer

Answer: 17

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

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

Show answer

Answer: 11

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