easy Set 19 Form Exercise

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

Show answer

Answer: 9

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 1

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

Math Maze: Start at 5. Follow the path: ×2 → +2 → +5. 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":2,"result":12}
  • {"op":"+","operand":5,"result":17}
FinalValue
17
PathDescription
Step 1: ×2 = 10; Step 2: +2 = 12; Step 3: +5 = 17

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

Show answer

Answer: 24

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

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

Show answer

Answer: 31

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