hard Set 72 Form Exercise

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

Show answer

Answer: 18

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 42

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

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

Show answer

Answer: 440

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

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

Show answer

Answer: 64

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

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

Show answer

Answer: 35

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

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

Show answer

Answer: 120

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

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

Show answer

Answer: 14

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