easy Set 100 Form Exercise

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

Show answer

Answer: 16

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 56

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 156

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 3

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