easy Set 94 Form Exercise

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

Show answer

Answer: 21

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 15

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

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

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 2

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