easy Set 33 Form Exercise

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

Show answer

Answer: 13

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

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

Show answer

Answer: 480

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 126

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

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

Show answer

Answer: 7

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