hard Set 64 Form Exercise

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

Show answer

Answer: 15

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

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

Show answer

Answer: 31

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 255

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

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

Show answer

Answer: 44

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

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

Show answer

Answer: 90

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

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

Show answer

Answer: 11

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