medium Set 38 Form Exercise

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

Show answer

Answer: 14

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

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

Show answer

Answer: 71

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

Math Maze: Start at 7. Follow the path: +9 → -15 → -1 → -1. What is the final value?

Show answer

Answer: -1

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 3

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