easy Set 17 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 2

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