hard Set 42 Form Exercise

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

Show answer

Answer: 35

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 288

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 84

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

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

Show answer

Answer: 46

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 23

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