hard Set 73 Form Exercise

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

Show answer

Answer: 23

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

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

Show answer

Answer: 63

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

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

Show answer

Answer: 29

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

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

Show answer

Answer: 29

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 97

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

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

Show answer

Answer: 220

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

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

Show answer

Answer: 16

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