easy Set 14 Form Exercise

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

Show answer

Answer: 20

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 61

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

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

Show answer

Answer: 52

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 2

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