easy Set 30 Form Exercise

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

Show answer

Answer: 5

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 52

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: -1

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