hard Set 42 Form Exercise

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

Show answer

Answer: 13

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

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

Show answer

Answer: 31

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 116

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

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

Show answer

Answer: 55

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 1

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