easy Set 65 Form Exercise

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

Show answer

Answer: 7

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

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

Show answer

Answer: 144

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 120

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 27

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