easy Set 100 Form Exercise

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

Show answer

Answer: 8

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 13

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

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

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