hard Set 60 Form Exercise

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

Show answer

Answer: 172

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 51

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

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

Show answer

Answer: 423

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 153

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

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

Show answer

Answer: 38

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