medium Set 29 Form Exercise

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

Show answer

Answer: 22

SubType
math-maze
Difficulty
medium
StartValue
10
Steps
  • {"op":"\u00d7","operand":3,"result":30}
  • {"op":"\u00d7","operand":4,"result":120}
  • {"op":"+","operand":9,"result":129}
  • {"op":"-","operand":107,"result":22}
FinalValue
22
PathDescription
Step 1: ×3 = 30; Step 2: ×4 = 120; Step 3: +9 = 129; Step 4: -107 = 22

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

Show answer

Answer: 39

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

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

Show answer

Answer: 99

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

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

Show answer

Answer: 720

SubType
math-maze
Difficulty
medium
StartValue
10
Steps
  • {"op":"\u00d7","operand":3,"result":30}
  • {"op":"\u00d7","operand":2,"result":60}
  • {"op":"\u00d7","operand":4,"result":240}
  • {"op":"\u00d7","operand":3,"result":720}
FinalValue
720
PathDescription
Step 1: ×3 = 30; Step 2: ×2 = 60; Step 3: ×4 = 240; Step 4: ×3 = 720

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

Show answer

Answer: 24

SubType
math-maze
Difficulty
medium
StartValue
8
Steps
  • {"op":"\u00d7","operand":2,"result":16}
  • {"op":"\u00d7","operand":2,"result":32}
  • {"op":"-","operand":7,"result":25}
  • {"op":"-","operand":1,"result":24}
FinalValue
24
PathDescription
Step 1: ×2 = 16; Step 2: ×2 = 32; Step 3: -7 = 25; Step 4: -1 = 24

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

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

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

Show answer

Answer: 288

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

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

Show answer

Answer: 60

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