easy Set 32 Form Exercise

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

Show answer

Answer: 2

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 35

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

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

Show answer

Answer: 34

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 23

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