hard Set 98 Form Exercise

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

Show answer

Answer: 23

SubType
math-maze
Difficulty
hard
StartValue
5
Steps
  • {"op":"-","operand":2,"result":3}
  • {"op":"\u00d7","operand":3,"result":9}
  • {"op":"+","operand":8,"result":17}
  • {"op":"\u00d7","operand":4,"result":68}
  • {"op":"-","operand":45,"result":23}
FinalValue
23
PathDescription
Step 1: -2 = 3; Step 2: ×3 = 9; Step 3: +8 = 17; Step 4: ×4 = 68; Step 5: -45 = 23

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

Show answer

Answer: 3

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

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

Show answer

Answer: 208

SubType
math-maze
Difficulty
hard
StartValue
4
Steps
  • {"op":"-","operand":2,"result":2}
  • {"op":"+","operand":10,"result":12}
  • {"op":"\u00d7","operand":4,"result":48}
  • {"op":"+","operand":4,"result":52}
  • {"op":"\u00d7","operand":4,"result":208}
FinalValue
208
PathDescription
Step 1: -2 = 2; Step 2: +10 = 12; Step 3: ×4 = 48; Step 4: +4 = 52; Step 5: ×4 = 208

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

Show answer

Answer: 16

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

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

Show answer

Answer: 21

SubType
math-maze
Difficulty
hard
StartValue
7
Steps
  • {"op":"+","operand":3,"result":10}
  • {"op":"+","operand":5,"result":15}
  • {"op":"+","operand":5,"result":20}
  • {"op":"\u00d7","operand":4,"result":80}
  • {"op":"-","operand":59,"result":21}
FinalValue
21
PathDescription
Step 1: +3 = 10; Step 2: +5 = 15; Step 3: +5 = 20; Step 4: ×4 = 80; Step 5: -59 = 21

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

Show answer

Answer: 1248

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

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

Show answer

Answer: 142

SubType
math-maze
Difficulty
hard
StartValue
7
Steps
  • {"op":"+","operand":5,"result":12}
  • {"op":"\u00d7","operand":4,"result":48}
  • {"op":"+","operand":6,"result":54}
  • {"op":"\u00d7","operand":3,"result":162}
  • {"op":"-","operand":20,"result":142}
FinalValue
142
PathDescription
Step 1: +5 = 12; Step 2: ×4 = 48; Step 3: +6 = 54; Step 4: ×3 = 162; Step 5: -20 = 142

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

Show answer

Answer: 102

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