medium Set 98 Form Exercise

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

Show answer

Answer: 11

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

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

Show answer

Answer: 29

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

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

Show answer

Answer: 192

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 33

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