easy Set 49 Form Exercise

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

Show answer

Answer: 6

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 52

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 16

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

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

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