easy Set 66 Form Exercise

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

Show answer

Answer: 168

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 1

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

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

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

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

Show answer

Answer: 168

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

Math Maze: Start at 8. Follow the path: ×3 → -20 → ×4. 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":20,"result":4}
  • {"op":"\u00d7","operand":4,"result":16}
FinalValue
16
PathDescription
Step 1: ×3 = 24; Step 2: -20 = 4; Step 3: ×4 = 16

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

Show answer

Answer: 11

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

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

Show answer

Answer: 3

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