easy Set 67 Form Exercise

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

Show answer

Answer: 35

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 42

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 33

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