hard Set 42 Form Exercise

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

Show answer

Answer: 162

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 170

SubType
math-maze
Difficulty
hard
StartValue
7
Steps
  • {"op":"\u00d7","operand":2,"result":14}
  • {"op":"\u00d7","operand":3,"result":42}
  • {"op":"\u00d7","operand":4,"result":168}
  • {"op":"-","operand":83,"result":85}
  • {"op":"\u00d7","operand":2,"result":170}
FinalValue
170
PathDescription
Step 1: ×2 = 14; Step 2: ×3 = 42; Step 3: ×4 = 168; Step 4: -83 = 85; Step 5: ×2 = 170

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

Show answer

Answer: 11

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 68

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