easy Set 33 Form Exercise

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

Show answer

Answer: 6

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 26

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

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

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 104

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