medium Set 17 Form Exercise

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

Show answer

Answer: 9

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 5

SubType
math-maze
Difficulty
medium
StartValue
5
Steps
  • {"op":"\u00d7","operand":4,"result":20}
  • {"op":"\u00d7","operand":4,"result":80}
  • {"op":"-","operand":63,"result":17}
  • {"op":"-","operand":12,"result":5}
FinalValue
5
PathDescription
Step 1: ×4 = 20; Step 2: ×4 = 80; Step 3: -63 = 17; Step 4: -12 = 5

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

Show answer

Answer: 25

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 252

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

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

Show answer

Answer: 10

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