medium Set 63 Form Exercise

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

Show answer

Answer: 13

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 5

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