easy Set 76 Form Exercise

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

Show answer

Answer: 5

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 2

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