hard Set 15 Form Exercise

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

Show answer

Answer: 96

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 111

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

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

Show answer

Answer: 44

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 38

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

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

Show answer

Answer: 288

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