medium Set 86 Form Exercise

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

Show answer

Answer: 2

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 39

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

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

Show answer

Answer: -2

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

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

Show answer

Answer: 31

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 15

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