hard Set 25 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 123

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: 54

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 5

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