easy Set 91 Form Exercise

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

Show answer

Answer: 11

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

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

Show answer

Answer: 180

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 31

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 37

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

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

Show answer

Answer: 14

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