easy Set 33 Form Exercise

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

Show answer

Answer: 15

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

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

Show answer

Answer: 102

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 69

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 14

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

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

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