easy Set 100 Form Exercise

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

Show answer

Answer: 10

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

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

Show answer

Answer: 104

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 36

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