easy Set 57 Form Exercise

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

Show answer

Answer: 8

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

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

Show answer

Answer: 60

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

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

Show answer

Answer: 5

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

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 1. Follow the path: ×4 → ×3 → ×3. What is the final value?

Show answer

Answer: 36

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 41

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

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

Show answer

Answer: 30

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