easy Set 15 Form Exercise

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

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 42

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 16

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