hard Set 73 Form Exercise

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

Show answer

Answer: 18

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

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

Show answer

Answer: 77

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

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

Show answer

Answer: 432

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 810

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 216

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

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

Show answer

Answer: 82

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