easy Set 31 Form Exercise

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

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 20

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