easy Set 92 Form Exercise

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

Show answer

Answer: 28

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 112

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 66

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