easy Set 96 Form Exercise

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

Show answer

Answer: 14

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 12

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

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

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

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

Show answer

Answer: 120

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 9

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