To determine which point is a solution to the system of equations given by
- \(y = -x + 4\)
- \(x - 3y = 12\)
we can substitute each point into both equations.
Let's check each point:
-
Point (0, 3):
- For the first equation: \[ y = -x + 4 \implies 3 = -0 + 4 \implies 3 = 4 \quad \text{(not true)} \]
- Thus, (0, 3) is not a solution.
-
Point (1, 2):
- For the first equation: \[ y = -x + 4 \implies 2 = -1 + 4 \implies 2 = 3 \quad \text{(not true)} \]
- Thus, (1, 2) is not a solution.
-
Point (6, -2):
- For the first equation: \[ y = -x + 4 \implies -2 = -6 + 4 \implies -2 = -2 \quad \text{(true)} \]
- Now, check the second equation: \[ x - 3y = 12 \implies 6 - 3(-2) = 12 \implies 6 + 6 = 12 \implies 12 = 12 \quad \text{(true)} \]
- Thus, (6, -2) is a solution.
-
Point (4, -4):
- For the first equation: \[ y = -x + 4 \implies -4 = -4 + 4 \implies -4 = 0 \quad \text{(not true)} \]
- Thus, (4, -4) is not a solution.
Conclusion: The point (6, -2) is a solution to the system of linear equations.