medium Set 75 Form Exercise

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

Show answer

Answer: 96

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

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

Show answer

Answer: 432

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 275

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 21

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