hard Set 66 Form Exercise

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

Show answer

Answer: 432

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 45

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

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

Show answer

Answer: 15

SubType
math-maze
Difficulty
hard
StartValue
8
Steps
  • {"op":"+","operand":10,"result":18}
  • {"op":"+","operand":10,"result":28}
  • {"op":"-","operand":15,"result":13}
  • {"op":"+","operand":1,"result":14}
  • {"op":"+","operand":1,"result":15}
FinalValue
15
PathDescription
Step 1: +10 = 18; Step 2: +10 = 28; Step 3: -15 = 13; Step 4: +1 = 14; Step 5: +1 = 15

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

Show answer

Answer: 143

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

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

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

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

Show answer

Answer: 360

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

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

Show answer

Answer: 21

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