easy Set 92 Form Exercise

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

Show answer

Answer: 8

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 80

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