hard Set 30 Form Exercise

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

Show answer

Answer: 16

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 39

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

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

Show answer

Answer: 832

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 87

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 218

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