easy Set 73 Form Exercise

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

Show answer

Answer: 15

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 432

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

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

Show answer

Answer: 80

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 36

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