easy Set 25 Form Exercise

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

Show answer

Answer: 6

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 120

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 15

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