medium Set 69 Form Exercise

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

Show answer

Answer: 10

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

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

Show answer

Answer: 192

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 51

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 58

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