easy Set 28 Form Exercise

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

Show answer

Answer: 6

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

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

Show answer

Answer: 34

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

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

Show answer

Answer: 216

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

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

Show answer

Answer: 84

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 8

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