easy Set 26 Form Exercise

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

Show answer

Answer: 12

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 15

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