easy Set 79 Form Exercise

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

Show answer

Answer: 7

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

Math Maze: Start at 1. Follow the path: -1 → -1 → -1. 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":"-","operand":1,"result":-2}
FinalValue
-2
PathDescription
Step 1: -1 = 0; Step 2: -1 = -1; Step 3: -1 = -2

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

Show answer

Answer: 9

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

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

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

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

Show answer

Answer: 13

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

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

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 63

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