medium Set 64 Form Exercise

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

Show answer

Answer: 4

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 512

SubType
math-maze
Difficulty
medium
StartValue
6
Steps
  • {"op":"+","operand":10,"result":16}
  • {"op":"\u00d7","operand":4,"result":64}
  • {"op":"\u00d7","operand":4,"result":256}
  • {"op":"\u00d7","operand":2,"result":512}
FinalValue
512
PathDescription
Step 1: +10 = 16; Step 2: ×4 = 64; Step 3: ×4 = 256; Step 4: ×2 = 512

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

Show answer

Answer: 38

SubType
math-maze
Difficulty
medium
StartValue
9
Steps
  • {"op":"-","operand":1,"result":8}
  • {"op":"+","operand":10,"result":18}
  • {"op":"+","operand":1,"result":19}
  • {"op":"\u00d7","operand":2,"result":38}
FinalValue
38
PathDescription
Step 1: -1 = 8; Step 2: +10 = 18; Step 3: +1 = 19; Step 4: ×2 = 38

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

Show answer

Answer: 6

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 3

SubType
math-maze
Difficulty
medium
StartValue
4
Steps
  • {"op":"+","operand":3,"result":7}
  • {"op":"\u00d7","operand":2,"result":14}
  • {"op":"\u00d7","operand":3,"result":42}
  • {"op":"-","operand":39,"result":3}
FinalValue
3
PathDescription
Step 1: +3 = 7; Step 2: ×2 = 14; Step 3: ×3 = 42; Step 4: -39 = 3