easy Set 81 Form Exercise

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

Show answer

Answer: 1

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 56

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 6

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