easy Set 67 Form Exercise

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

Show answer

Answer: 28

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 26

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