easy Set 16 Form Exercise

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

Show answer

Answer: 14

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

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

Show answer

Answer: -2

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

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

Show answer

Answer: 37

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 69

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

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

Show answer

Answer: 5

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