hard Set 26 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 270

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 640

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

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

Show answer

Answer: 6

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