hard Set 26 Form Exercise

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

Show answer

Answer: 21

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

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

Show answer

Answer: 42

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 116

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

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

Show answer

Answer: 45

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

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

Show answer

Answer: 1

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