hard Set 22 Form Exercise

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

Show answer

Answer: 48

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

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

Show answer

Answer: 5

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":9,"result":8}
  • {"op":"-","operand":3,"result":5}
FinalValue
5
PathDescription
Step 1: -1 = 1; Step 2: -1 = 0; Step 3: -1 = -1; Step 4: +9 = 8; Step 5: -3 = 5

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

Show answer

Answer: 12

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 57

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 56

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