medium Set 76 Form Exercise

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

Show answer

Answer: 20

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

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

Show answer

Answer: 96

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 42

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