easy Set 79 Form Exercise

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

Show answer

Answer: 27

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 80

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

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

Show answer

Answer: 56

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