easy Set 92 Form Exercise

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

Show answer

Answer: 72

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

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

Show answer

Answer: 29

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 128

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

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

Show answer

Answer: -3

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 64

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

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

Show answer

Answer: 5

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