easy Set 50 Form Exercise

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

Show answer

Answer: 15

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

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

Show answer

Answer: 10

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

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

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

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

Show answer

Answer: 6

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

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

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 34

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

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

Show answer

Answer: 50

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