hard Set 21 Form Exercise

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

Show answer

Answer: 37

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

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

Show answer

Answer: 52

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

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

Show answer

Answer: 114

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

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

Show answer

Answer: 360

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

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

Show answer

Answer: 196

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

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

Show answer

Answer: 215

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

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

Show answer

Answer: 116

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

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

Show answer

Answer: 71

SubType
math-maze
Difficulty
hard
StartValue
10
Steps
  • {"op":"\u00d7","operand":3,"result":30}
  • {"op":"-","operand":23,"result":7}
  • {"op":"\u00d7","operand":4,"result":28}
  • {"op":"\u00d7","operand":3,"result":84}
  • {"op":"-","operand":13,"result":71}
FinalValue
71
PathDescription
Step 1: ×3 = 30; Step 2: -23 = 7; Step 3: ×4 = 28; Step 4: ×3 = 84; Step 5: -13 = 71