hard Set 42 Form Exercise

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

Show answer

Answer: 2

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 448

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

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

Show answer

Answer: 147

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

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

Show answer

Answer: 408

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 16

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