easy Set 76 Form Exercise

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

Show answer

Answer: 14

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 70

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 1

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