hard Set 75 Form Exercise

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

Show answer

Answer: 292

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 496

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

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

Show answer

Answer: 196

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

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

Show answer

Answer: 149

SubType
math-maze
Difficulty
hard
StartValue
9
Steps
  • {"op":"\u00d7","operand":3,"result":27}
  • {"op":"+","operand":7,"result":34}
  • {"op":"+","operand":2,"result":36}
  • {"op":"\u00d7","operand":4,"result":144}
  • {"op":"+","operand":5,"result":149}
FinalValue
149
PathDescription
Step 1: ×3 = 27; Step 2: +7 = 34; Step 3: +2 = 36; Step 4: ×4 = 144; Step 5: +5 = 149

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

Show answer

Answer: 154

SubType
math-maze
Difficulty
hard
StartValue
8
Steps
  • {"op":"+","operand":4,"result":12}
  • {"op":"\u00d7","operand":3,"result":36}
  • {"op":"\u00d7","operand":4,"result":144}
  • {"op":"+","operand":7,"result":151}
  • {"op":"+","operand":3,"result":154}
FinalValue
154
PathDescription
Step 1: +4 = 12; Step 2: ×3 = 36; Step 3: ×4 = 144; Step 4: +7 = 151; Step 5: +3 = 154

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

Show answer

Answer: 18

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

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

Show answer

Answer: 196

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