medium Set 42 Form Exercise

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

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

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

Show answer

Answer: 232

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

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

Show answer

Answer: 76

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 216

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