easy Set 76 Form Exercise

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

Show answer

Answer: 12

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 4

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