hard Set 26 Form Exercise

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

Show answer

Answer: 11

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

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

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

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

Show answer

Answer: 35

SubType
math-maze
Difficulty
hard
StartValue
9
Steps
  • {"op":"+","operand":6,"result":15}
  • {"op":"+","operand":4,"result":19}
  • {"op":"+","operand":8,"result":27}
  • {"op":"+","operand":6,"result":33}
  • {"op":"+","operand":2,"result":35}
FinalValue
35
PathDescription
Step 1: +6 = 15; Step 2: +4 = 19; Step 3: +8 = 27; Step 4: +6 = 33; Step 5: +2 = 35

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

Show answer

Answer: 468

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 80

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

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

Show answer

Answer: 114

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

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

Show answer

Answer: 36

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