easy Set 67 Form Exercise

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

Show answer

Answer: 3

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 1

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