easy Set 100 Form Exercise

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

Show answer

Answer: 63

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 61

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 128

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