easy Set 73 Form Exercise

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

Show answer

Answer: 144

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

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

Show answer

Answer: 29

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 11

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

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

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