easy Set 60 Form Exercise

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

Show answer

Answer: 27

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 56

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