medium Set 98 Form Exercise

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

Show answer

Answer: 17

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 1

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

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

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

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

Show answer

Answer: 9

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