medium Set 64 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 46

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 5

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

Math Maze: Start at 8. Follow the path: ×4 → ×4 → -53 → -12. What is the final value?

Show answer

Answer: 63

SubType
math-maze
Difficulty
medium
StartValue
8
Steps
  • {"op":"\u00d7","operand":4,"result":32}
  • {"op":"\u00d7","operand":4,"result":128}
  • {"op":"-","operand":53,"result":75}
  • {"op":"-","operand":12,"result":63}
FinalValue
63
PathDescription
Step 1: ×4 = 32; Step 2: ×4 = 128; Step 3: -53 = 75; Step 4: -12 = 63