medium Set 18 Form Exercise

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

Show answer

Answer: 16

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 220

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 1

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