easy Set 65 Form Exercise

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

Show answer

Answer: 3

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 34

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 8

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