easy Set 92 Form Exercise

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

Show answer

Answer: 50

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

Math Maze: Start at 6. Follow the path: +8 → +10 → -23. What is the final value?

Show answer

Answer: 1

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 54

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

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

Show answer

Answer: 192

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

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

Show answer

Answer: 18

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