easy Set 98 Form Exercise

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

Show answer

Answer: 4

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 10

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