medium Set 52 Form Exercise

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

Show answer

Answer: 520

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 112

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