medium Set 64 Form Exercise

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

Show answer

Answer: 2

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

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

Show answer

Answer: 50

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

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

Show answer

Answer: 24

SubType
math-maze
Difficulty
medium
StartValue
10
Steps
  • {"op":"+","operand":9,"result":19}
  • {"op":"-","operand":3,"result":16}
  • {"op":"-","operand":1,"result":15}
  • {"op":"+","operand":9,"result":24}
FinalValue
24
PathDescription
Step 1: +9 = 19; Step 2: -3 = 16; Step 3: -1 = 15; Step 4: +9 = 24

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

Show answer

Answer: 13

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 100

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