easy Set 14 Form Exercise

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

Show answer

Answer: 15

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 42

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 11

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

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

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

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

Show answer

Answer: 3

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