medium Set 39 Form Exercise

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

Show answer

Answer: 52

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 246

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 56

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 495

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