easy Set 100 Form Exercise

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

Show answer

Answer: 27

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 60

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 35

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

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

Show answer

Answer: 56

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

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

Show answer

Answer: 36

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