medium Set 39 Form Exercise

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

Show answer

Answer: 19

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

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

Show answer

Answer: 150

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 24

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