hard Set 16 Form Exercise

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

Show answer

Answer: 9

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

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

Show answer

Answer: 75

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

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

Show answer

Answer: 27

SubType
math-maze
Difficulty
hard
StartValue
4
Steps
  • {"op":"-","operand":1,"result":3}
  • {"op":"+","operand":2,"result":5}
  • {"op":"+","operand":10,"result":15}
  • {"op":"+","operand":5,"result":20}
  • {"op":"+","operand":7,"result":27}
FinalValue
27
PathDescription
Step 1: -1 = 3; Step 2: +2 = 5; Step 3: +10 = 15; Step 4: +5 = 20; Step 5: +7 = 27

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

Show answer

Answer: -6

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

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

Show answer

Answer: 244

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

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

Show answer

Answer: 120

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

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

Show answer

Answer: 152

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

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

Show answer

Answer: 308

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