hard Set 29 Form Exercise

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

Show answer

Answer: 6

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 180

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

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

Show answer

Answer: 456

SubType
math-maze
Difficulty
hard
StartValue
8
Steps
  • {"op":"+","operand":9,"result":17}
  • {"op":"+","operand":2,"result":19}
  • {"op":"\u00d7","operand":3,"result":57}
  • {"op":"\u00d7","operand":4,"result":228}
  • {"op":"\u00d7","operand":2,"result":456}
FinalValue
456
PathDescription
Step 1: +9 = 17; Step 2: +2 = 19; Step 3: ×3 = 57; Step 4: ×4 = 228; Step 5: ×2 = 456

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

Show answer

Answer: 2

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 384

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

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

Show answer

Answer: 26

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