hard Set 88 Form Exercise

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

Show answer

Answer: 4

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 219

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

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

Show answer

Answer: 252

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 42

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