easy Set 39 Form Exercise

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

Show answer

Answer: 10

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 44

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