medium Set 96 Form Exercise

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

Show answer

Answer: 16

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 104

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 8

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