easy Set 89 Form Exercise

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

Show answer

Answer: 16

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

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

Show answer

Answer: 45

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 14

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