hard Set 39 Form Exercise

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

Show answer

Answer: 168

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 120

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

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

Show answer

Answer: 2592

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 3

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