hard Set 75 Form Exercise

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

Show answer

Answer: 164

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

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

Show answer

Answer: 55

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 416

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

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

Show answer

Answer: 41

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

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

Show answer

Answer: 59

SubType
math-maze
Difficulty
hard
StartValue
7
Steps
  • {"op":"\u00d7","operand":4,"result":28}
  • {"op":"\u00d7","operand":3,"result":84}
  • {"op":"\u00d7","operand":2,"result":168}
  • {"op":"\u00d7","operand":2,"result":336}
  • {"op":"-","operand":277,"result":59}
FinalValue
59
PathDescription
Step 1: ×4 = 28; Step 2: ×3 = 84; Step 3: ×2 = 168; Step 4: ×2 = 336; Step 5: -277 = 59

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

Show answer

Answer: 13

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