hard Set 52 Form Exercise

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

Show answer

Answer: 55

SubType
math-maze
Difficulty
hard
StartValue
8
Steps
  • {"op":"-","operand":3,"result":5}
  • {"op":"\u00d7","operand":4,"result":20}
  • {"op":"\u00d7","operand":4,"result":80}
  • {"op":"-","operand":30,"result":50}
  • {"op":"+","operand":5,"result":55}
FinalValue
55
PathDescription
Step 1: -3 = 5; Step 2: ×4 = 20; Step 3: ×4 = 80; Step 4: -30 = 50; Step 5: +5 = 55

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

Show answer

Answer: 62

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

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

Show answer

Answer: 41

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

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

Show answer

Answer: 92

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

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

Show answer

Answer: 17

SubType
math-maze
Difficulty
hard
StartValue
10
Steps
  • {"op":"+","operand":9,"result":19}
  • {"op":"-","operand":3,"result":16}
  • {"op":"+","operand":5,"result":21}
  • {"op":"-","operand":6,"result":15}
  • {"op":"+","operand":2,"result":17}
FinalValue
17
PathDescription
Step 1: +9 = 19; Step 2: -3 = 16; Step 3: +5 = 21; Step 4: -6 = 15; Step 5: +2 = 17

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

Show answer

Answer: 7

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 50

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