easy Set 95 Form Exercise

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

Show answer

Answer: 6

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 144

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 22

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