hard Set 89 Form Exercise

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

Show answer

Answer: 20

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 113

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: -2

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

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

Show answer

Answer: 69

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

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

Show answer

Answer: 64

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