easy Set 100 Form Exercise

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

Show answer

Answer: 12

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 3

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