medium Set 34 Form Exercise

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

Show answer

Answer: 14

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 31

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 3

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