hard Set 64 Form Exercise

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

Show answer

Answer: 5

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 180

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

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

Show answer

Answer: 116

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

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

Show answer

Answer: 966

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 6

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