medium Set 98 Form Exercise

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

Show answer

Answer: 21

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 55

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

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

Show answer

Answer: 84

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 165

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

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

Show answer

Answer: 6

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