medium Set 50 Form Exercise

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

Show answer

Answer: 3

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 29

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 62

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

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

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 33

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