easy Set 25 Form Exercise

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

Show answer

Answer: 17

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 44

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