To find the intersection point of the two lines given by the equations \( y = -x + 7 \) and \( y = 4x - 3 \), we need to set the two equations equal to each other because at the intersection point, the y-values will be the same.
Setting the equations equal: \[ -x + 7 = 4x - 3 \]
Now, we can solve for \( x \):
- Add \( x \) to both sides: \[ 7 = 5x - 3 \]
- Add 3 to both sides: \[ 10 = 5x \]
- Divide by 5: \[ x = 2 \]
Now that we have \( x = 2 \), we can substitute this value back into either of the original equations to find the corresponding \( y \)-value. We'll use the first equation \( y = -x + 7 \): \[ y = -2 + 7 = 5 \]
So the intersection point of the graphs of the equations is: \[ (2, 5) \]
The answer is \( (2, 5) \).