medium Set 48 Form Exercise

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

Show answer

Answer: 192

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 7

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