hard Set 64 Form Exercise

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

Show answer

Answer: 16

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

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

Show answer

Answer: 104

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

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

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 48

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