easy Set 16 Form Exercise

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

Show answer

Answer: 13

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 54

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

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

Show answer

Answer: 12

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

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

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

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

Show answer

Answer: -2

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 18

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