medium Set 69 Form Exercise

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

Show answer

Answer: 28

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

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

Show answer

Answer: 166

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 216

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 293

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