medium Set 97 Form Exercise

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

Show answer

Answer: 52

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 34

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

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

Show answer

Answer: 38

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: 2

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