medium Set 82 Form Exercise

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

Show answer

Answer: 64

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 288

SubType
math-maze
Difficulty
medium
StartValue
4
Steps
  • {"op":"\u00d7","operand":4,"result":16}
  • {"op":"\u00d7","operand":3,"result":48}
  • {"op":"\u00d7","operand":2,"result":96}
  • {"op":"\u00d7","operand":3,"result":288}
FinalValue
288
PathDescription
Step 1: ×4 = 16; Step 2: ×3 = 48; Step 3: ×2 = 96; Step 4: ×3 = 288

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

Show answer

Answer: 6

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 276

SubType
math-maze
Difficulty
medium
StartValue
9
Steps
  • {"op":"\u00d7","operand":4,"result":36}
  • {"op":"\u00d7","operand":2,"result":72}
  • {"op":"-","operand":3,"result":69}
  • {"op":"\u00d7","operand":4,"result":276}
FinalValue
276
PathDescription
Step 1: ×4 = 36; Step 2: ×2 = 72; Step 3: -3 = 69; Step 4: ×4 = 276

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

Show answer

Answer: 168

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

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

Show answer

Answer: 56

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