medium Set 62 Form Exercise

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

Show answer

Answer: 24

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 61

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 177

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

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

Show answer

Answer: 9

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