easy Set 40 Form Exercise

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

Show answer

Answer: 6

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

Math Maze: Start at 7. Follow the path: ×3 → ×2 → -14. 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":2,"result":42}
  • {"op":"-","operand":14,"result":28}
FinalValue
28
PathDescription
Step 1: ×3 = 21; Step 2: ×2 = 42; Step 3: -14 = 28

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

Show answer

Answer: 32

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

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

Show answer

Answer: 144

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

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

Show answer

Answer: 76

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 192

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

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

Show answer

Answer: 38

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