medium Set 29 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 243

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

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

Show answer

Answer: 94

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

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

Show answer

Answer: 72

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

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

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

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

Show answer

Answer: 96

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

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

Show answer

Answer: 6

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