medium Set 14 Form Exercise

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

Show answer

Answer: 15

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

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

Show answer

Answer: 120

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 46

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

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

Show answer

Answer: 86

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 192

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