easy Set 34 Form Exercise

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

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

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

Show answer

Answer: 56

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 60

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 64

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 4

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