easy Set 89 Form Exercise

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

Show answer

Answer: 108

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

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 5. Follow the path: -2 → +1 → -3. What is the final value?

Show answer

Answer: 1

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 204

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