hard Set 64 Form Exercise

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

Show answer

Answer: 7

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 176

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 42

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