hard Set 64 Form Exercise

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

Show answer

Answer: 168

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 154

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 41

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: -1

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