medium Set 67 Form Exercise

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

Show answer

Answer: 7

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 183

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 96

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 54

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