hard Set 21 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 336

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