To determine which ordered pairs are part of the solution set for the linear inequality \( y \geq -3x + 4 \), we need to substitute the \( x \) and \( y \) values from each pair into the inequality and check if it holds true.
-
For (3, 0):
- Substitute: \( 0 \geq -3(3) + 4 \)
- Simplifying: \( 0 \geq -9 + 4 \)
- \( 0 \geq -5 \) (true)
-
For (2, -2):
- Substitute: \( -2 \geq -3(2) + 4 \)
- Simplifying: \( -2 \geq -6 + 4 \)
- \( -2 \geq -2 \) (true)
-
For (0, 2):
- Substitute: \( 2 \geq -3(0) + 4 \)
- Simplifying: \( 2 \geq 0 + 4 \)
- \( 2 \geq 4 \) (false)
-
For (0, 3):
- Substitute: \( 3 \geq -3(0) + 4 \)
- Simplifying: \( 3 \geq 0 + 4 \)
- \( 3 \geq 4 \) (false)
-
For (4, -1):
- Substitute: \( -1 \geq -3(4) + 4 \)
- Simplifying: \( -1 \geq -12 + 4 \)
- \( -1 \geq -8 \) (true)
So, the ordered pairs that are part of the solution set for the inequality \( y \geq -3x + 4 \) are:
- (3, 0)
- (2, -2)
- (4, -1)