hard Set 82 Form Exercise

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

Show answer

Answer: 54

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

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

Show answer

Answer: 417

SubType
math-maze
Difficulty
hard
StartValue
10
Steps
  • {"op":"+","operand":7,"result":17}
  • {"op":"\u00d7","operand":2,"result":34}
  • {"op":"\u00d7","operand":4,"result":136}
  • {"op":"\u00d7","operand":3,"result":408}
  • {"op":"+","operand":9,"result":417}
FinalValue
417
PathDescription
Step 1: +7 = 17; Step 2: ×2 = 34; Step 3: ×4 = 136; Step 4: ×3 = 408; Step 5: +9 = 417

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

Show answer

Answer: 148

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

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

Show answer

Answer: 108

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

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

Show answer

Answer: -2

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 156

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

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

Show answer

Answer: 221

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