easy Set 100 Form Exercise

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

Show answer

Answer: 6

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: -2

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

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

Show answer

Answer: 44

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 39

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

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

Show answer

Answer: 6

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