hard Set 16 Form Exercise

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

Show answer

Answer: 16

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 80

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

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

Show answer

Answer: 240

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 28

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