medium Set 78 Form Exercise

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

Show answer

Answer: 2

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

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

Show answer

Answer: 172

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 43

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 17

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