medium Set 87 Form Exercise

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

Show answer

Answer: 26

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

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

Show answer

Answer: 128

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 112

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 38

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