easy Set 63 Form Exercise

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

Show answer

Answer: 15

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 21

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

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