medium Set 79 Form Exercise

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

Show answer

Answer: 198

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 153

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 6

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

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

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

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

Show answer

Answer: 9

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