easy Set 15 Form Exercise

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

Show answer

Answer: 27

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 54

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

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

Show answer

Answer: 3

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