easy Set 25 Form Exercise

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

Show answer

Answer: 12

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 12

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

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

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 132

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 6

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