hard Set 42 Form Exercise

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

Show answer

Answer: 37

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

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

Show answer

Answer: 180

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 67

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