easy Set 34 Form Exercise

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

Show answer

Answer: 20

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 56

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 4

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