hard Set 76 Form Exercise

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

Show answer

Answer: 60

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 198

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

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

Show answer

Answer: 248

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 432

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