hard Set 25 Form Exercise

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

Show answer

Answer: 230

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 144

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 224

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