hard Set 23 Form Exercise

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

Show answer

Answer: 6

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 11

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