hard Set 42 Form Exercise

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

Show answer

Answer: 11

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

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

Show answer

Answer: 57

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 65

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

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

Show answer

Answer: 28

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