easy Set 89 Form Exercise

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

Show answer

Answer: 20

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 70

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 7

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