medium Set 67 Form Exercise

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

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

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

Show answer

Answer: 180

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 47

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

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

Show answer

Answer: -9

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

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

Show answer

Answer: 106

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