medium Set 77 Form Exercise

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

Show answer

Answer: 2

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 126

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

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

Show answer

Answer: 96

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 66

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

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

Show answer

Answer: 52

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

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

Show answer

Answer: 16

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