hard Set 16 Form Exercise

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

Show answer

Answer: 2

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 64

SubType
math-maze
Difficulty
hard
StartValue
6
Steps
  • {"op":"+","operand":10,"result":16}
  • {"op":"+","operand":4,"result":20}
  • {"op":"\u00d7","operand":3,"result":60}
  • {"op":"-","operand":28,"result":32}
  • {"op":"\u00d7","operand":2,"result":64}
FinalValue
64
PathDescription
Step 1: +10 = 16; Step 2: +4 = 20; Step 3: ×3 = 60; Step 4: -28 = 32; Step 5: ×2 = 64

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

Show answer

Answer: -2

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 296

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

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

Show answer

Answer: 104

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