easy Set 19 Form Exercise

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

Show answer

Answer: 8

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 41

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 34

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