hard Set 73 Form Exercise

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

Show answer

Answer: 24

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 23

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

Math Maze: Start at 7. Follow the path: ×3 → ×4 → ×2 → -43 → -97. What is the final value?

Show answer

Answer: 28

SubType
math-maze
Difficulty
hard
StartValue
7
Steps
  • {"op":"\u00d7","operand":3,"result":21}
  • {"op":"\u00d7","operand":4,"result":84}
  • {"op":"\u00d7","operand":2,"result":168}
  • {"op":"-","operand":43,"result":125}
  • {"op":"-","operand":97,"result":28}
FinalValue
28
PathDescription
Step 1: ×3 = 21; Step 2: ×4 = 84; Step 3: ×2 = 168; Step 4: -43 = 125; Step 5: -97 = 28

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

Show answer

Answer: 20

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

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

Show answer

Answer: 720

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

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

Show answer

Answer: 70

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