medium Set 98 Form Exercise

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

Show answer

Answer: 29

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 44

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 104

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

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

Show answer

Answer: 3

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