hard Set 42 Form Exercise

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

Show answer

Answer: 4

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 12

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