easy Set 93 Form Exercise

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

Show answer

Answer: 4

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 3

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