easy Set 21 Form Exercise

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

Show answer

Answer: 40

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 69

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 40

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

Math Maze: Start at 2. Follow the path: ×4 → +6 → ×2. 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":6,"result":14}
  • {"op":"\u00d7","operand":2,"result":28}
FinalValue
28
PathDescription
Step 1: ×4 = 8; Step 2: +6 = 14; Step 3: ×2 = 28