easy Set 62 Form Exercise

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

Show answer

Answer: 10

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 81

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 48

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