medium Set 25 Form Exercise

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

Show answer

Answer: 24

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

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

Show answer

Answer: 29

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 29

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 3

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