easy Set 98 Form Exercise

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

Show answer

Answer: 17

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

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

Show answer

Answer: 14

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

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

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 69

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

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

Show answer

Answer: 4

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