hard Set 42 Form Exercise

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

Show answer

Answer: 24

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 107

SubType
math-maze
Difficulty
hard
StartValue
8
Steps
  • {"op":"+","operand":7,"result":15}
  • {"op":"\u00d7","operand":3,"result":45}
  • {"op":"\u00d7","operand":2,"result":90}
  • {"op":"+","operand":8,"result":98}
  • {"op":"+","operand":9,"result":107}
FinalValue
107
PathDescription
Step 1: +7 = 15; Step 2: ×3 = 45; Step 3: ×2 = 90; Step 4: +8 = 98; Step 5: +9 = 107

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

Show answer

Answer: 137

SubType
math-maze
Difficulty
hard
StartValue
10
Steps
  • {"op":"\u00d7","operand":2,"result":20}
  • {"op":"\u00d7","operand":3,"result":60}
  • {"op":"\u00d7","operand":4,"result":240}
  • {"op":"+","operand":8,"result":248}
  • {"op":"-","operand":111,"result":137}
FinalValue
137
PathDescription
Step 1: ×2 = 20; Step 2: ×3 = 60; Step 3: ×4 = 240; Step 4: +8 = 248; Step 5: -111 = 137

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

Show answer

Answer: 24

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

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

Show answer

Answer: 351

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

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

Show answer

Answer: 69

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

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

Show answer

Answer: 11

SubType
math-maze
Difficulty
hard
StartValue
10
Steps
  • {"op":"\u00d7","operand":4,"result":40}
  • {"op":"-","operand":8,"result":32}
  • {"op":"-","operand":2,"result":30}
  • {"op":"-","operand":18,"result":12}
  • {"op":"-","operand":1,"result":11}
FinalValue
11
PathDescription
Step 1: ×4 = 40; Step 2: -8 = 32; Step 3: -2 = 30; Step 4: -18 = 12; Step 5: -1 = 11