medium Set 28 Form Exercise

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

Show answer

Answer: 91

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

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

Show answer

Answer: 79

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

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

Show answer

Answer: 864

SubType
math-maze
Difficulty
medium
StartValue
9
Steps
  • {"op":"\u00d7","operand":4,"result":36}
  • {"op":"\u00d7","operand":4,"result":144}
  • {"op":"\u00d7","operand":3,"result":432}
  • {"op":"\u00d7","operand":2,"result":864}
FinalValue
864
PathDescription
Step 1: ×4 = 36; Step 2: ×4 = 144; Step 3: ×3 = 432; Step 4: ×2 = 864

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

Show answer

Answer: 24

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

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

Show answer

Answer: 96

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

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

Show answer

Answer: 96

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

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

Show answer

Answer: 181

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

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

Show answer

Answer: 73

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