medium Set 98 Form Exercise

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

Show answer

Answer: 17

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 192

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

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

Show answer

Answer: 10

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

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

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

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

Show answer

Answer: 63

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

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

Show answer

Answer: 47

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

Math Maze: Start at 8. Follow the path: ×4 → ×4 → -76 → ×4. What is the final value?

Show answer

Answer: 208

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