To find the coordinates of the intersection point of the two equations:
- First equation: \( 2x + y = 15 \)
- Second equation: \( y = -x + 5 \)
We'll substitute the expression from the second equation into the first equation.
Starting with the first equation:
\[ 2x + y = 15 \]
Substituting \( y = -x + 5 \):
\[ 2x + (-x + 5) = 15 \] \[ 2x - x + 5 = 15 \] \[ x + 5 = 15 \] \[ x = 15 - 5 \] \[ x = 10 \]
Now that we have \( x = 10 \), we can substitute this value back into the second equation to find \( y \):
\[ y = -x + 5 \] \[ y = -10 + 5 \] \[ y = -5 \]
Thus, the intersection point that solves the system is \( (10, -5) \).
The correct response is:
\((10, -5)\)