hard Set 78 Form Exercise

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

Show answer

Answer: 264

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

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

Show answer

Answer: 8

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

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

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

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

Show answer

Answer: 97

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 112

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

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

Show answer

Answer: 220

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

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

Show answer

Answer: 29

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