easy Set 11 Form Exercise

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

Show answer

Answer: 3

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 6

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

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

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 15

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