easy Set 15 Form Exercise

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

Show answer

Answer: 8

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 162

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

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

Show answer

Answer: 192

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 7

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