To find the solution to the system of equations \( y = x - 6 \) and \( y = -x + 4 \), we need to determine the point where these two lines intersect.
-
Set the two equations equal to each other since both are equal to \( y \): \[ x - 6 = -x + 4 \]
-
Solve for \( x \):
-
Add \( x \) to both sides: \[ x + x - 6 = 4 \] \[ 2x - 6 = 4 \]
-
Add 6 to both sides: \[ 2x = 10 \]
-
Divide by 2: \[ x = 5 \]
-
-
Now substitute \( x = 5 \) back into either of the original equations to find \( y \). We'll use the first equation: \[ y = 5 - 6 = -1 \]
Thus, the solution to the system of equations, or the intersection point, is \((5, -1)\).