easy Set 65 Form Exercise

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

Show answer

Answer: -1

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

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

Show answer

Answer: 14

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

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

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 42

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 64

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