hard Set 29 Form Exercise

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

Show answer

Answer: 156

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

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

Show answer

Answer: 58

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 304

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

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

Show answer

Answer: 157

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 11

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