easy Set 19 Form Exercise

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

Show answer

Answer: 7

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 15

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

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 9. Follow the path: -5 → +3 → +7. What is the final value?

Show answer

Answer: 14

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 18

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