easy Set 63 Form Exercise

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

Show answer

Answer: 10

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

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

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 35

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 112

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

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

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