easy Set 100 Form Exercise

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

Show answer

Answer: 28

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

Math Maze: Start at 5. Follow the path: +9 → +5 → -14. What is the final value?

Show answer

Answer: 5

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 128

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

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

Show answer

Answer: 108

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 22

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