hard Set 24 Form Exercise

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

Show answer

Answer: 12

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 39

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

Math Maze: Start at 10. Follow the path: ×4 → -23 → -12 → ×3 → -13. What is the final value?

Show answer

Answer: 2

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