medium Set 57 Form Exercise

Math Maze: Start at 3. Follow the path: -2 → -1 → -1 → -1. 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":"-","operand":1,"result":-2}
FinalValue
-2
PathDescription
Step 1: -2 = 1; Step 2: -1 = 0; Step 3: -1 = -1; Step 4: -1 = -2

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

Show answer

Answer: 188

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 20

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

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

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

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

Show answer

Answer: 18

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