easy Set 96 Form Exercise

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

Show answer

Answer: -1

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

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

Show answer

Answer: 52

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

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

Show answer

Answer: 224

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

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

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

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

Show answer

Answer: 57

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 55

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

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

Show answer

Answer: 48

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