medium Set 14 Form Exercise

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

Show answer

Answer: 2

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

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

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 29

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

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

Show answer

Answer: 6

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