easy Set 15 Form Exercise

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

Show answer

Answer: 16

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 12

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