medium Set 25 Form Exercise

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

Show answer

Answer: 30

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 116

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 63

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

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

Show answer

Answer: 43

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

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

Show answer

Answer: 22

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