easy Set 21 Form Exercise

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

Show answer

Answer: 24

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 29

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

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

Show answer

Answer: 144

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

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

Show answer

Answer: 53

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

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

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

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

Show answer

Answer: 104

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