hard Set 29 Form Exercise

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

Show answer

Answer: 10

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 34

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: -16

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: 21

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