easy Set 28 Form Exercise

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

Show answer

Answer: 80

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 115

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 18

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