easy Set 68 Form Exercise

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

Show answer

Answer: 10

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 23

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