easy Set 55 Form Exercise

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 1. Follow the path: ×4 → +9 → ×3. What is the final value?

Show answer

Answer: 39

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 16

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