hard Set 49 Form Exercise

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

Show answer

Answer: 14

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 64

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 113

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

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

Show answer

Answer: -3

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 7

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